Changeset b4d6252 in mainline for uspace/lib/posix/string.h


Ignore:
Timestamp:
2011-06-20T02:21:21Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5c5117c, dddc3d9
Parents:
fb90deb
Message:

Various minor changes to header files.
Added stdint.h header.
Added offsetof macro definition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/string.h

    rfb90deb rb4d6252  
    102102extern size_t posix_strnlen(const char *s, size_t n);
    103103
     104/* Legacy declarations */
     105extern int posix_ffs(int i);
     106
    104107#ifndef LIBPOSIX_INTERNAL
    105108        #define strcpy posix_strcpy
     
    134137        #define strlen posix_strlen
    135138        #define strnlen posix_strnlen
     139
     140        #define ffs posix_ffs
    136141#endif
    137142
Note: See TracChangeset for help on using the changeset viewer.