Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 306 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 306 Bytes

##libcmd This is a simple interactive mode command library.

##How To Build

  • x86/arm build

    $ make clean

    $ make (or make ARCH=pi)

    $ sudo make install

##Code Parser $ sparse *.c

##Stability $ valgrind --leak-check=full ./test_libcmd

$ valgrind --tool=helgrind ./test_libcmd