Changeset 9912f49 in mainline for uspace/lib/c/include


Ignore:
Timestamp:
2018-07-13T13:49:12Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5f97ef44
Parents:
99d3123
git-author:
Jiri Svoboda <jiri@…> (2018-07-12 21:45:51)
git-committer:
Jiri Svoboda <jiri@…> (2018-07-13 13:49:12)
Message:

imaxabs, imaxdiv.

File:
1 edited

Legend:

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

    r99d3123 r9912f49  
    4343
    4444#ifndef __HELENOS_DISABLE_INTMAX__
     45intmax_t imaxabs(intmax_t);
     46imaxdiv_t imaxdiv(intmax_t, intmax_t);
    4547intmax_t strtoimax(const char *__restrict__ nptr,
    4648    char **__restrict__ endptr, int base);
Note: See TracChangeset for help on using the changeset viewer.