C_Practice
definition.h
Go to the documentation of this file.
1 
2 #ifndef INCLUDE_DEFINITION_H_
3 #define INCLUDE_DEFINITION_H_
4 
5 typedef int String2Int(char *str);
6 
7 #endif /* INCLUDE_DEFINITION_H_ */
int String2Int(char *str)
Definition: definition.h:5