Files
codezero/conts/posix/test0/include/posix_init.h
Bahadir Balban f0bb0a4657 Added posix code
2009-09-29 21:55:59 +03:00

8 lines
148 B
C

#ifndef __LIBPOSIX_INIT_H__
#define __LIBPOSIX_INIT_H__
void libposix_init(void);
void posix_service_init(void);
#endif /* __LIBPOSIX_INIT_H__ */