mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[libc] Add function declaration for main() in stdlib.h
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user