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

Go to the source code of this file.

Data Structures

class  cpp_hello
 

Functions

int _start (int argc, char **argv)
 

Variables

char * erl_id = "cpp-hello"
 
char * erl_dependancies []
 
cpp_hello my_cpp_hello
 

Function Documentation

◆ _start()

int _start ( int  argc,
char **  argv 
)

Definition at line 39 of file cpp-hello.cc.

39  {
40  return 1;
41 }

Variable Documentation

◆ erl_dependancies

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

Definition at line 17 of file cpp-hello.cc.

◆ erl_id

char* erl_id = "cpp-hello"

Definition at line 16 of file cpp-hello.cc.

◆ my_cpp_hello

cpp_hello my_cpp_hello

Definition at line 28 of file cpp-hello.cc.