Changeset 3165 for trunk/psLib/src/sysUtils/sysUtils.i
- Timestamp:
- Feb 8, 2005, 3:04:01 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/sysUtils.i (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/sysUtils.i
r3150 r3165 40 40 } 41 41 42 psS32 psMemCheckLeaksToStderr(psMemoryId id0, psMemBlock*** arr, psBool persistence) { 43 return psMemCheckLeaks(id0, arr, stderr, persistence); 44 } 45 psS32 psMemCheckLeaksToStdout(psMemoryId id0, psMemBlock*** arr, psBool persistence) { 46 return psMemCheckLeaks(id0, arr, stdout, persistence); 47 } 48 42 49 %}
Note:
See TracChangeset
for help on using the changeset viewer.
