Changeset 5149 in orxonox.OLD for trunk/src/util/shell.cc
- Timestamp:
- Aug 27, 2005, 12:27:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/shell.cc
r5148 r5149 86 86 void Shell::testI (int i) 87 87 { 88 printf("This is the Test for one Int '%d'\n", i);88 PRINTF(3)("This is the Test for one Int '%d'\n", i); 89 89 } 90 90 91 91 void Shell::testS (const char* s) 92 92 { 93 printf("This is the Test for one String '%s'\n", s);93 PRINTF(3)("This is the Test for one String '%s'\n", s); 94 94 } 95 95
Note: See TracChangeset
for help on using the changeset viewer.