comparison lib-src/b2m.c @ 6214:512963eb02fe

(main): Change delimiter from "^L" to "^_^L". Allow for text following "BABYL OPTIONS:". Add --help option. Use argv[0] in error messages.
author Richard M. Stallman <rms@gnu.org>
date Sat, 05 Mar 1994 21:49:26 +0000
parents cbf3383981cb
children 226d490216f7
comparison
equal deleted inserted replaced
6213:7eefa1bd1478 6214:512963eb02fe
20 #include <sys/types.h> 20 #include <sys/types.h>
21 #ifdef MSDOS 21 #ifdef MSDOS
22 #include <fcntl.h> 22 #include <fcntl.h>
23 #endif 23 #endif
24 24
25 #include "../src/config.h" 25 #include <../src/config.h>
26
27 #ifdef __STDC__
28 #include <stdlib.h>
29 #endif
30 26
31 #ifdef USG 27 #ifdef USG
32 #include <string.h> 28 #include <string.h>
33 #else 29 #else
34 #include <strings.h> 30 #include <strings.h>