libSystem/include/System.h
2005-08-28 11:25:53 +00:00

15 lines
171 B
C

/* System.h */
#ifndef _SYSTEM_H
# define _SYSTEM_H
# include <appclient.h>
# include <appserver.h>
# include <event.h>
# include <string.h>
#endif /* !_SYSTEM_H */