Changeset df24ec3 in mainline for uspace/libc/include/string.h


Ignore:
Timestamp:
2007-01-17T21:45:15Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c7611b3
Parents:
df4ed85
Message:

Add bcmp() to libc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/libc/include/string.h

    rdf4ed85 rdf24ec3  
    4444void * memmove(void *dest, const void *src, size_t n);
    4545
     46int bcmp(const char *s1, const char *s2, size_t n);
     47
    4648int strcmp(const char *, const char *);
    4749
Note: See TracChangeset for help on using the changeset viewer.