Skip to content
Snippets Groups Projects
Commit f8fa434b authored by Hazal2.Veziroglu@live.uwe.ac.uk's avatar Hazal2.Veziroglu@live.uwe.ac.uk
Browse files

Upload New File

parent 18e03cd2
No related branches found
No related tags found
No related merge requests found
int __attribute__((cdecl)) asm_main(void);
int main() {
int ret_status;
ret_status = asm_main();
return ret_status;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment