From 3522c68dcd38e3eef393771d65aff6de2f815da3 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sat, 21 Dec 2013 23:09:09 +0100 Subject: rb: add ascii support in order to be able to deal with strings (i.e null terminated), we provide a new set of functions rb_puts rb_printf / rb_vprintf rb_gets / rb_gets2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 62eefa6..98d1a73 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS += -W -Wall -std=c99 -Wextra CFLAGS += -I./ CFLAGS += -D _GNU_SOURCE NAME = librb.a -SRC = src/rb.c +SRC = src/rb.c src/rb_str.c AR = ar rc -- cgit v1.2.3