ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
erl-support.c
Go to the documentation of this file.
1 /*
2 # _____ ___ ____ ___ ____
3 # ____| | ____| | | |____|
4 # | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5 #-----------------------------------------------------------------------
6 # Copyright 2001-2004, ps2dev - http://www.ps2dev.org
7 # Licenced under Academic Free License version 2.0
8 # Review ps2sdk README & LICENSE files for further details.
9 #
10 # The erl-tags support
11 */
12 
13 #include <erl.h>
14 
15 char * erl_id = "libdebug";
16 char * erl_dependancies[] = {
17  "libkernel",
18  "libc",
19  0
20 };
char * erl_id
Definition: erl-support.c:15
char * erl_dependancies[]
Definition: erl-support.c:16