Ignore:
File:
1 edited

Legend:

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

    r2498b95 r8d2dd7f2  
    11/*
    22 * Copyright (c) 2005 Martin Decky
    3  * Copyright (c) 2018 Jiri Svoboda
    43 * All rights reserved.
    54 *
     
    5049extern int memcmp(const void *, const void *, size_t)
    5150    __attribute__((nonnull(1, 2)));
    52 extern void *memchr(const void *, int, size_t)
    53     __attribute__((nonnull(1)));
    5451
    5552#endif
Note: See TracChangeset for help on using the changeset viewer.