%ifndef MY_IO_H %define MY_IO_H extern PRINT_INT extern PRINT_NEWLINE extern PRINT_STRING section .data SYS_EXIT: EQU 60 SUCCESS: EQU 0 %endif