mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 17:12:54 +03:00
@@ -93,6 +93,10 @@ static inline void srand ( unsigned int seed ) {
|
||||
****************************************************************************
|
||||
*/
|
||||
|
||||
static inline __attribute__ (( always_inline )) int abs ( int value ) {
|
||||
return __builtin_abs ( value );
|
||||
}
|
||||
|
||||
extern int system ( const char *command );
|
||||
extern __asmcall int main ( void );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user