Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/string.h

    rbc56f30 r4805495  
    4141#endif
    4242
    43 #include <_bits/decls.h>
    4443#include <_bits/size_t.h>
    4544#include <_bits/NULL.h>
    4645#include <mem.h>
    47 
    48 __C_DECLS_BEGIN;
    4946
    5047extern char *strcpy(char *, const char *);
     
    6764extern size_t strlen(const char *);
    6865
    69 #if defined(_HELENOS_SOURCE) || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_LIBC_SOURCE)
     66#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_LIBC_SOURCE)
    7067extern size_t strnlen(const char *, size_t);
    7168extern char *strdup(const char *);
     
    7370#endif
    7471
    75 __C_DECLS_END;
    76 
    7772#endif
    7873
Note: See TracChangeset for help on using the changeset viewer.