MIDAS  0.75
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
main.lib.h
Go to the documentation of this file.
1 #ifndef main_lib_h
2 #define main_lib_h
3 
4 #include <stdio.h>
5 
6 int midas (int argc, char **argv);
7 
8 #endif // main_lib_h
int midas(int argc, char **argv)