mirror of https://github.com/ipxe/ipxe.git
[libc] Add function declaration for main() in stdlib.h
parent
521549d900
commit
19a0452205
|
@ -68,5 +68,6 @@ static inline void srand ( unsigned int seed ) {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern int system ( const char *command );
|
extern int system ( const char *command );
|
||||||
|
extern __cdecl int main ( void );
|
||||||
|
|
||||||
#endif /* STDLIB_H */
|
#endif /* STDLIB_H */
|
||||||
|
|
Loading…
Reference in New Issue