Changeset 164 for trunk/src/helpers/stringh.c
- Timestamp:
- May 13, 2002, 7:49:28 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/stringh.c
r161 r164 78 78 */ 79 79 80 APIRET strhStoreDebug(PSZ *ppszTarget,81 PCSZ pcszSource,82 PULONG pulLength, // out: length of new string (ptr can be NULL)83 PCSZ pcszSourceFile,84 unsigned long ulLine,85 PCSZ pcszFunction)80 APIRET (strhStoreDebug)(PSZ *ppszTarget, 81 PCSZ pcszSource, 82 PULONG pulLength, // out: length of new string (ptr can be NULL) 83 PCSZ pcszSourceFile, 84 unsigned long ulLine, 85 PCSZ pcszFunction) 86 86 { 87 87 ULONG ulLength = 0; 88 89 88 90 89 91 if (ppszTarget)
Note:
See TracChangeset
for help on using the changeset viewer.