Changeset af8bda0 in mainline for uspace/lib/c/include/str.h


Ignore:
Timestamp:
2018-07-05T21:41:19Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2987160
Parents:
d91b329
git-author:
Dzejrou <dzejrou@…> (2017-12-18 12:28:07)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:19)
Message:

c: implemented a string to int64_t parsing function

File:
1 edited

Legend:

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

    rd91b329 raf8bda0  
    126126extern errno_t str_size_t(const char *, const char **, unsigned int, bool,
    127127    size_t *);
     128extern int str_int64_t(const char *, const char **, unsigned int, bool,
     129    int64_t *);
    128130
    129131extern void order_suffix(const uint64_t, uint64_t *, char *);
Note: See TracChangeset for help on using the changeset viewer.