mirror of
https://github.com/drasko/codezero.git
synced 2026-09-17 19:07:08 +02:00
int main(int argc, char *argv[]) style main function works now on Codezero/POSIX.
7 lines
124 B
C
7 lines
124 B
C
#ifndef __LIBPOSIX_INIT_H__
|
|
#define __LIBPOSIX_INIT_H__
|
|
|
|
int __libposix_init(void *envp);
|
|
|
|
#endif /* __LIBPOSIX_INIT_H__ */
|