VPR-7.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
read_settings.h
Go to the documentation of this file.
1 #ifndef READ_SETTINGS_H
2 #define READ_SETTINGS_H
3 int read_settings_file(char * file_name, char *** outv);
4 
5 #endif
int read_settings_file(char *file_name, char ***outv)
Definition: read_settings.c:53