Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

_sem.c

Go to the documentation of this file.
00001 #include "rcs_defs.hh"
00002 #include "_sem.h"
00003 #include "rcs_prnt.hh"          /* rcs_print_error() */
00004 
00005 #if defined(WIN32)
00006 #include "win32_sem.c"
00007 #else
00008 #if defined (VXWORKS)
00009 #include "vxworks_sem.c"
00010 #else
00011 #include "unix_sem.c"
00012 #endif /* VXWORKS */
00013 #endif

Generated on Sun Dec 2 15:56:48 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001