Changeset 891 for trunk/psLib/test/sysUtils/tst_psLogMsg00.c
- Timestamp:
- Jun 6, 2004, 2:46:59 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
r852 r891 34 34 // should actually be displayed. 35 35 for (i=0;i<10;i++) { 36 psLogMsg(__func__, i, "Hello World! My level is %d\n", i); 36 psLogMsg(__func__, i, "Hello World! My level is %d %f %s\n", i, 37 (float) i, "beep beep"); 37 38 } 38 39 … … 51 52 // should actually be displayed. 52 53 for (i=0;i<10;i++) { 53 myLogMsg(__func__, i, "Hello World! My level is %d\n", i); 54 psLogMsg(__func__, i, "Hello World! My level is %d %f %s\n", i, 55 (float) i, "beep beep"); 54 56 } 55 57
Note:
See TracChangeset
for help on using the changeset viewer.
