mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-21 01:57:49 +00:00
5 lines
115 B
C
5 lines
115 B
C
#ifndef LDSOUTDEFS_H
|
|
#define LDSOUTDEFS_H 1
|
|
int sysout_loader(const char * sysout_file_name, int sys_size);
|
|
#endif
|