Ignore:
Timestamp:
Jan 20, 2004, 2:23:44 AM (22 years ago)
Author:
bird
Message:

mempcpy().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/string.h

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r1014 r1015  
    3838 * FreeBSD 5.1
    3939 * @changed bird: EMXifications.
     40 * @changed bird: GNU extension(s).
    4041 */
    4142
     
    165166/* bird: EMX stuff - end */
    166167
     168/* bird: GNU stuff - start */
     169/*
     170 * __BSD_VISIBLE: This is not a bsd extension, but we don't have
     171 *                anything which indicates GNU extensions.
     172 */
     173#if __BSD_VISIBLE
     174void * mempcpy(void *, const void *, size_t);
     175#endif
     176/* bird: GNU stuff - end */
     177
    167178__END_DECLS
    168179
Note: See TracChangeset for help on using the changeset viewer.