LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Functions
crt1.c File Reference
#include "xetypes.h"
Include dependency graph for crt1.c:

Go to the source code of this file.

Functions

void call_ctors (void)
 
void c_register_frame (void)
 
void __check_argv ()
 
void __crtmain ()
 

Function Documentation

◆ __check_argv()

void __check_argv ( )

Definition at line 3 of file argv.c.

◆ __crtmain()

void __crtmain ( )

Definition at line 25 of file crt1.c.

◆ c_register_frame()

void c_register_frame ( void  )

Definition at line 17 of file crt1.c.

◆ call_ctors()

void call_ctors ( void  )

Definition at line 3 of file crt1.c.