Changeset 963 for trunk/psLib/test/sysUtils/tst_psLogMsg00.c
- Timestamp:
- Jun 9, 2004, 2:09:26 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psLogMsg00.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psLogMsg00.c
r891 r963 34 34 // should actually be displayed. 35 35 for (i=0;i<10;i++) { 36 psLogMsg(__func__, i, "Hello World! My level is %d %f %s\n", i,36 myLogMsg(__func__, i, "Hello World! My level is %d %f %s\n", i, 37 37 (float) i, "beep beep"); 38 38 } … … 52 52 // should actually be displayed. 53 53 for (i=0;i<10;i++) { 54 psLogMsg(__func__, i, "Hello World! My level is %d %f %s\n", i,54 myLogMsg(__func__, i, "Hello World! My level is %d %f %s\n", i, 55 55 (float) i, "beep beep"); 56 56 }
Note:
See TracChangeset
for help on using the changeset viewer.
