Changeset 55092672 in mainline for uspace/lib/c/generic/strtol.c


Ignore:
Timestamp:
2018-06-15T13:06:18Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8338a81
Parents:
1ae9c07
git-author:
Jiri Svoboda <jiri@…> (2018-06-14 22:05:23)
git-committer:
Jiri Svoboda <jiri@…> (2018-06-15 13:06:18)
Message:

Clean up libposix stdio.h and stdlib.h a bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/strtol.c

    r1ae9c07 r55092672  
    3737 */
    3838
     39#include <assert.h>
     40#include <ctype.h>
     41#include <errno.h>
    3942#include <inttypes.h>
     43#include <limits.h>
     44#include <stdbool.h>
    4045#include <stdlib.h>
    41 #include <limits.h>
    42 #include <ctype.h>
    43 #include <assert.h>
    4446
    4547// TODO: unit tests
Note: See TracChangeset for help on using the changeset viewer.