1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-21 01:57:49 +00:00
Interlisp.maiko/inc/ldsoutdefs.h
2021-01-05 10:26:02 -08:00

5 lines
115 B
C

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