diff options
author | Pixel <pixel@nobis-crew.org> | 2011-02-05 13:05:37 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-02-05 13:05:37 -0800 |
commit | 078b4ccf0b65d655d81e9f4fc6e1284773e1dda4 (patch) | |
tree | dadfbf7c2ae6d81d48bb402da57721592a3a7d45 /libc/Makefile | |
parent | b6378c65dbad497cab13c3551e89b9bbbef2602b (diff) |
Re-structured the *scanf and *printf functions.
Diffstat (limited to 'libc/Makefile')
-rw-r--r-- | libc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/Makefile b/libc/Makefile index 18f3d54..15b75a6 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -33,6 +33,7 @@ src/malloc.c \ \ src/xprintf.c \ src/xscanf.c \ +src/yscanf.c \ include $(ROOTDIR)/target-rules.mk |