mirror of
https://github.com/PDP-10/its.git
synced 2026-05-04 07:09:12 +00:00
Binary-only compiler and library, plus documentation and include files for compiling new programs.
12 lines
268 B
C
Executable File
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)))
|