mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
9 lines
206 B
C
9 lines
206 B
C
/* NOLONG: provides 'stubroutines' to satisfy long int conversion
|
|
library references from 'printf' et al.
|
|
*/
|
|
|
|
nolong() { ; } /* stubroutine 'tag' */
|
|
|
|
char * __nolong_msg = "long int conversion";
|
|
|