Ignore:
File:
1 edited

Legend:

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

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