ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
hello.c File Reference
#include <stdio.h>
#include <erl.h>
+ Include dependency graph for hello.c:

Go to the source code of this file.

Functions

int main ()
 

Variables

char * erl_id = "hello"
 
char * erl_dependancies []
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 22 of file hello.c.

23 {
24  printf("Hello world!\n");
25 
26  return 0;
27 }

Variable Documentation

◆ erl_dependancies

char* erl_dependancies[]
Initial value:
= {
"libc",
0
}

Definition at line 17 of file hello.c.

◆ erl_id

char* erl_id = "hello"

Definition at line 16 of file hello.c.