ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
dummy-exports.c
Go to the documentation of this file.
1 struct export_list_t {
2  char * name;
3  void * pointer;
4 } export_list[] = {
5  { 0, 0 }
6 };
struct export_list_t export_list[]
void * pointer
Definition: dummy-exports.c:3