Add <err.h> modeled on the BSD functions of the same name; this will let us clean up a lot of output from various shell tools.

This commit is contained in:
px4dev
2012-08-18 12:57:52 -07:00
parent dc484c1d21
commit 99d5ec78a1
3 changed files with 230 additions and 1 deletions
+2 -1
View File
@@ -35,7 +35,8 @@
# System utility library
#
CSRCS = hx_stream.c \
CSRCS = err.c \
hx_stream.c \
perf_counter.c
#