Skip to content

Commit

Permalink
Added unistd.h interface module.
Browse files Browse the repository at this point in the history
  • Loading branch information
zik.saleeba committed Jul 3, 2010
1 parent ee30223 commit 119f27a
Show file tree
Hide file tree
Showing 4 changed files with 512 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ 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/errno.c cstdlib/ctype.c cstdlib/stdbool.c
cstdlib/time.c cstdlib/errno.c cstdlib/ctype.c cstdlib/stdbool.c \
cstdlib/unistd.c
OBJS := $(SRCS:%.c=%.o)

all: depend $(TARGET)
Expand Down
Loading

0 comments on commit 119f27a

Please sign in to comment.