mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +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 int system ( const char *command );
|
||||||
extern __asmcall int main ( void );
|
extern __asmcall int main ( void );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user