Changeset 21357 for trunk/src/NTDLL/large_int.c
- Timestamp:
- Feb 21, 2010, 5:34:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/large_int.c
r9986 r21357 32 32 * and do everything by hand. You are welcome to do it... 33 33 */ 34 35 /****************************************************************************** 36 * used by RtlLargeIntegerToChar() - prototyped here to quiet the compiler 37 */ 38 39 void* memcpy(void*, const void*, size_t); 34 40 35 41 /******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.