Changeset 1900
- Timestamp:
- Apr 24, 2005, 11:00:23 AM (20 years ago)
- Location:
- trunk/src/emx/src/lib
- Files:
-
- 5 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/emx/src/lib/libc.def ¶
-
Property cvs2svn:cvs-rev
changed from
1.97
to1.98
r1899 r1900 1482 1482 "___libc_Back_threadSleep" @1490 1483 1483 "__std_wmemcpy" @1491 1484 "__std_wmemchr" @1492 1485 "__std_wmemcmp" @1493 1486 "__std_wmemmove" @1494 1487 "__std_wmemset" @1495 -
Property cvs2svn:cvs-rev
changed from
-
TabularUnified trunk/src/emx/src/lib/str/386/wmemcpy.s ¶
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1899 r1900 1 1 / wmemcpy.s (emx+gcc) -- Copyright (c) 1990-1996 by Eberhard Mattes 2 / -- Copyright (c) 2005 by Knut St. Osmundsen 2 3 3 4 #include <emx/asm386.h> … … 6 7 7 8 / assumes ds=es! 9 / assumes sizeof(wchar_t) == 2 8 10 9 11 .text … … 11 13 ALIGN 12 14 15 / wchar_t *wmemcpy (wchar_t *wcs1, const wchar_t *wcs2, size_t cwc) 13 16 _STD(wmemcpy): 14 17 PROFILE_NOFRAME -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.