RetroArch
exec_cia.h
Go to the documentation of this file.
1 #ifndef EXEC_CIA_H
2 #define EXEC_CIA_H
3 
4 int exec_cia(const char* path, const char** args);
5 
6 #endif
GLsizei const GLchar ** path
Definition: glext.h:7901
dictionary args
Definition: test_shaders.py:20
int exec_cia(const char *path, const char **args)
Definition: exec_cia.c:118