Files
ipxe/src/include/main.h

7 lines
78 B
C
Raw Normal View History

#ifndef MAIN_H
#define MAIN_H
extern int main ( void );
#endif /* MAIN_H */