david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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
1 changed files with 1 additions and 0 deletions

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 */