Changeset 5e962ad in mainline for uspace/lib/c


Ignore:
Timestamp:
2017-09-21T16:13:41Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
207d5da
Parents:
4c363fa2
Message:

Add a module to format command output as a table.

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

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r4c363fa2 r5e962ad  
    126126        generic/io/con_srv.c \
    127127        generic/io/console.c \
     128        generic/io/table.c \
    128129        generic/io/visualizer.c \
    129130        generic/io/window.c \
     
    183184        test/fibril/timer.c \
    184185        test/main.c \
     186        test/io/table.c \
    185187        test/odict.c \
    186188        test/qsort.c \
  • uspace/lib/c/test/main.c

    r4c363fa2 r5e962ad  
    3737PCUT_IMPORT(sprintf);
    3838PCUT_IMPORT(str);
     39PCUT_IMPORT(table);
    3940
    4041PCUT_MAIN()
Note: See TracChangeset for help on using the changeset viewer.