Files
codezero/conts/posix/test0/include/posix_init.h
Bahadir Balban 96cd0949b6 Correct placement of arguments and environment on stack.
int main(int argc, char *argv[])

style main function works now on Codezero/POSIX.
2009-10-07 19:17:24 +03:00

7 lines
124 B
C

#ifndef __LIBPOSIX_INIT_H__
#define __LIBPOSIX_INIT_H__
int __libposix_init(void *envp);
#endif /* __LIBPOSIX_INIT_H__ */