aboutsummaryrefslogtreecommitdiff
path: root/unix/hlib/libc/main.h
blob: ad5fe71eae7f1956f61e728a9e41f4d13823c9a9 (plain) (blame)
1
2
3
4
5
6
/* MAIN.H -- For files which have a c_main.
 */
#define	PR_NOEXIT	0		/* run interpreter	*/
#define	PR_EXIT		1		/* skip interpreter	*/

#define	D_main