Changeset 99d3123 in mainline for uspace/lib/c


Ignore:
Timestamp:
2018-07-12T15:18:55Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9912f49
Parents:
2eadda9
Message:

libc needs a string.h (for the outside users, at least).

Location:
uspace/lib/c
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r2eadda9 r99d3123  
    7979        generic/mem.c \
    8080        generic/str.c \
     81        generic/string.c \
    8182        generic/str_error.c \
    8283        generic/strtol.c \
     
    203204        test/stdio.c \
    204205        test/stdlib.c \
    205         test/str.c
     206        test/str.c \
     207        test/string.c
    206208
    207209include $(USPACE_PREFIX)/Makefile.common
  • uspace/lib/c/test/main.c

    r2eadda9 r99d3123  
    4242PCUT_IMPORT(stdlib);
    4343PCUT_IMPORT(str);
     44PCUT_IMPORT(string);
    4445PCUT_IMPORT(table);
    4546
Note: See TracChangeset for help on using the changeset viewer.