Changeset 838ea8aa in mainline


Ignore:
Timestamp:
2016-09-10T00:48:57Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
43e2cbc
Parents:
d776329
Message:

Ordered dictionary data type.

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

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    rd776329 r838ea8aa  
    141141        generic/adt/list.c \
    142142        generic/adt/hash_table.c \
     143        generic/adt/odict.c \
    143144        generic/adt/prodcons.c \
    144145        generic/time.c \
     
    174175TEST_SOURCES = \
    175176        test/main.c \
     177        test/odict.c \
    176178        test/sprintf.c
    177179
  • uspace/lib/c/test/main.c

    rd776329 r838ea8aa  
    3232PCUT_INIT
    3333
     34PCUT_IMPORT(odict);
    3435PCUT_IMPORT(sprintf);
    3536
Note: See TracChangeset for help on using the changeset viewer.