Ignore:
File:
1 edited

Legend:

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

    r933cadf rd47279b  
    8989extern int str_size_t(const char *, char **, unsigned int, bool, size_t *);
    9090
    91 extern void order_suffix(const uint64_t, uint64_t *, char *);
    92 extern void bin_order_suffix(const uint64_t, uint64_t *, const char **, bool);
     91extern void order_suffix(const uint64_t val, uint64_t *rv, char *suffix);
    9392
    9493/*
Note: See TracChangeset for help on using the changeset viewer.