ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <stdio.h>
#include <string.h>
#include <kernel.h>
#include <sifrpc.h>
#include <loadfile.h>
#include <tamtypes.h>
#include <audsrv.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 23 of file testcd.c.
References audsrv_get_error_string(), audsrv_get_numtracks(), audsrv_get_track_offset(), audsrv_init(), audsrv_quit(), NULL, pos, SifInitRpc(), and SifLoadModule().