cdefs.h

Go to the documentation of this file.
00001 /*      Replacement for something BSD has in sys/cdefs.h. */
00002 
00003 #ifndef _ASH_SYS_CDEFS
00004 #define _ASH_SYS_CDEFS
00005 
00006 #if __STDC__
00007 #define __P(params)                     params
00008 #else
00009 #define __P(params)                     ()
00010 #endif
00011 
00012 /*      Probably in sys/types.h. */
00013 typedef void (*sig_t) __P(( int ));
00014 
00015 #endif /* _ASH_SYS_CDEFS */

Generated on Fri Apr 14 22:56:41 2006 for minix by  doxygen 1.4.6