Changeset 15204
- Timestamp:
- 06/06/13 16:29:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/String/ApiPrintf.cpp
r15164 r15204 12 12 13 13 void ApiPrintf(const char* string){ 14 printf( string);14 printf("%s",string); 15 15 }
Note:
See TracChangeset
for help on using the changeset viewer.