[libc] Add function declaration for main() in stdlib.h

This commit is contained in:
Michael Brown
2008-09-12 02:06:49 +01:00
parent 521549d900
commit 19a0452205

View File

@@ -68,5 +68,6 @@ static inline void srand ( unsigned int seed ) {
*/
extern int system ( const char *command );
extern __cdecl int main ( void );
#endif /* STDLIB_H */