Skip to content

Commit

Permalink
Added new cstdlib errno.h module
Browse files Browse the repository at this point in the history
  • Loading branch information
zik.saleeba committed Jun 28, 2010
1 parent 0fb6d7c commit 35bea88
Show file tree
Hide file tree
Showing 5 changed files with 661 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SRCS = picoc.c table.c lex.c parse.c expression.c heap.c type.c \
variable.c clibrary.c platform.c include.c \
platform/platform_unix.c platform/library_unix.c \
cstdlib/stdio.c cstdlib/math.c cstdlib/string.c cstdlib/stdlib.c \
cstdlib/time.c
cstdlib/time.c cstdlib/errno.c
OBJS := $(SRCS:%.c=%.o)

all: depend $(TARGET)
Expand Down
Loading

0 comments on commit 35bea88

Please sign in to comment.