1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 15:18:14 +00:00
Interlisp.maiko/inc/ldsoutdefs.h

5 lines
125 B
C

#ifndef LDSOUTDEFS_H
#define LDSOUTDEFS_H 1
unsigned sysout_loader(const char * sysout_file_name, unsigned sys_size);
#endif