Changeset 21 for trunk/include/helpers/xstring.h
- Timestamp:
- Jan 8, 2001, 6:54:48 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/xstring.h
r18 r21 65 65 typedef void XWPENTRY XSTRCLEAR(PXSTRING pxstr); 66 66 typedef XSTRCLEAR *PXSTRCLEAR; 67 68 ULONG XWPENTRY xstrReserve(PXSTRING pxstr, ULONG ulBytes); 69 typedef ULONG XWPENTRY XSTRRESERVE(PXSTRING pxstr, ULONG ulBytes); 70 typedef XSTRRESERVE *PXSTRRESERVE; 67 71 68 72 PXSTRING XWPENTRY xstrCreate(ULONG ulPreAllocate);
Note:
See TracChangeset
for help on using the changeset viewer.