1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-16 16:19:10 +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