SDL Visual Test
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SDL_visualtest_parsehelper.h
Go to the documentation of this file.
1 /* See COPYING.txt for the full license governing this code. */
8 #ifndef _SDL_visualtest_parsehelper_h
9 #define _SDL_visualtest_parsehelper_h
10 
11 /* Set up for C function definitions, even when using C++ */
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
26 char** SDLVisualTest_ParseArgsToArgv(char* args);
27 
37 char** SDLVisualTest_Tokenize(char* str, int max_token_len);
38 
39 /* Ends C function definitions when using C++ */
40 #ifdef __cplusplus
41 }
42 #endif
43 
44 #endif /* _SDL_visualtest_parsehelper_h */