Changeset be2a20ac in mainline for uspace/lib/c/Makefile


Ignore:
Timestamp:
2018-06-14T12:59:51Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0ceeac3
Parents:
a55d76b1 (diff), 80f345c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Jiri Svoboda <jiri@…> (2018-06-14 12:55:40)
git-committer:
Jiri Svoboda <jiri@…> (2018-06-14 12:59:51)
Message:

Merge scanf family implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    ra55d76b1 rbe2a20ac  
    131131        generic/double_to_str.c \
    132132        generic/malloc.c \
     133        generic/stdio/scanf.c \
     134        generic/stdio/sscanf.c \
     135        generic/stdio/sstream.c \
    133136        generic/sysinfo.c \
    134137        generic/ipc.c \
     
    185188        test/main.c \
    186189        test/io/table.c \
     190        test/stdio/scanf.c \
    187191        test/odict.c \
    188192        test/qsort.c \
Note: See TracChangeset for help on using the changeset viewer.