Changeset 970 for trunk/include/heapstring.h
- Timestamp:
- Sep 18, 1999, 5:55:45 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/heapstring.h
r794 r970 1 /* $Id: heapstring.h,v 1. 4 1999-09-02 17:12:46 phallerExp $ */1 /* $Id: heapstring.h,v 1.5 1999-09-18 15:55:45 sandervl Exp $ */ 2 2 3 3 /* … … 22 22 int WIN32API lstrncmpA (LPCSTR arg1, LPCSTR arg2, int i); 23 23 int WIN32API lstrncmpW (LPCWSTR arg1, LPCWSTR arg2, int i); 24 int WIN32API lstrncmpiA (LPCSTR arg1, LPCSTR arg2, int i); 24 25 LPSTR WIN32API lstrcpyA (LPSTR arg1, LPCSTR arg2); 25 26 LPWSTR WIN32API lstrcpyW (LPWSTR dest, LPCWSTR src);
Note:
See TracChangeset
for help on using the changeset viewer.