- Timestamp:
- 01/25/12 10:52:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/EnumToStringx/EnumToStringx.h
r8224 r11202 6 6 #ifndef _ENUM_TO_STRINGX_ 7 7 8 char *EnumToStringx(int enum_in); 8 const char* EnumToStringx(int enum_in); 9 void EnumToStringx(char** string,int enum_in); 9 10 10 11 #endif
Note:
See TracChangeset
for help on using the changeset viewer.