mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-18 00:52:33 +00:00
7 lines
172 B
C
7 lines
172 B
C
#ifndef XRDOPTDEFS_H
|
|
#define XRDOPTDEFS_H 1
|
|
void print_Xusage(const char *prog);
|
|
void print_lispusage(const char *prog);
|
|
void read_Xoption(int *argc, char *argv[]);
|
|
#endif
|