Files
Digital-Research-Source-Code/CPM OPERATING SYSTEMS/CPM 68K/1.0X SOURCES/v102a/clib/yesstart.c
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

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 */