Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/str.h

    r62ca560 r83dab11  
    3939#include <stddef.h>
    4040#include <stdint.h>
    41 #include <errno.h>
    4241
    4342/**< Common Unicode characters */
     
    105104extern void bin_order_suffix(const uint64_t, uint64_t *, const char **, bool);
    106105
    107 extern const char *str_error(errno_t err);
    108 extern const char *str_error_name(errno_t err);
    109 
    110106#endif
    111107
Note: See TracChangeset for help on using the changeset viewer.