uemacs/main.h

9 lines
85 B
C

#ifndef _MAIN_H_
#define _MAIN_H_
#if CLEAN
int cexit( int status) ;
#endif
#endif