Ignore:
File:
1 edited

Legend:

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

    r61bfc370 r63f8966  
    4444extern void *memmove(void *, const void *, size_t);
    4545
    46 extern int bcmp(const void *, const void *, size_t);
     46extern int bcmp(const char *, const char *, size_t);
    4747
    4848#endif
Note: See TracChangeset for help on using the changeset viewer.