1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-18 00:52:33 +00:00
Interlisp.maiko/inc/xrdoptdefs.h
2021-01-05 10:26:02 -08:00

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