1
0
mirror of https://github.com/PDP-10/its.git synced 2026-05-04 07:09:12 +00:00
Files
PDP-10.its/src/kcc_sy/humble.h
Lars Brinkhoff 53f2a2eba9 KCC - C compiler.
Binary-only compiler and library, plus documentation and include files
for compiling new programs.
2017-02-15 19:27:00 +01:00

12 lines
268 B
C
Executable File

/* -*-C-*-
* HUMBLE header file
*/
extern int j_create(), j_kill();
extern int j_read(), j_write();
extern int j_dump(), j_load();
extern int j_vread(), j_vwrite();
extern int j_atty(), j_dtty();
#define SIXBIT(name) (* ((int *) ((_KCCtype_char6 *) name)))