Changeset 7321 for trunk/ippTools/src/dettool.c
- Timestamp:
- Jun 2, 2006, 5:03:00 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r7320 r7321 11 11 static bool defineMode(pxConfig *config); 12 12 static bool runsMode(pxConfig *config); 13 static bool inputMode(pxConfig *config); 13 14 static bool rawMode(pxConfig *config); 14 15 static bool addprocMode(pxConfig *config); … … 322 323 rawExp->stats 323 324 ); 325 } 326 327 static bool inputMode(pxConfig *config) 328 { 329 PS_ASSERT_PTR_NON_NULL(config, false); 330 331 return true; 324 332 } 325 333
Note:
See TracChangeset
for help on using the changeset viewer.
