mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
7 lines
240 B
C
7 lines
240 B
C
|
|
/* YESSTART.C: provides 'stubroutine' to satisfy 'nostart' ref, in case */
|
|
/* the OPTION?.lib 'nostart()' was not linked in. */
|
|
/* This routine belongs in the main RTL lib. */
|
|
|
|
nostart() { ; } /* stubroutine tag */
|