lib/atoi/, *: Split files

This commit is contained in:
Alejandro Colomar
2024-07-11 22:42:58 -05:00
committed by Serge Hallyn
parent 2dda45a390
commit 745281f295
56 changed files with 971 additions and 699 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ test_adds_LDADD = \
$(NULL)
test_atoi_strtoi_SOURCES = \
../../lib/atoi/strtoi.c \
../../lib/atoi/strtoi/strtoi.c \
../../lib/atoi/strtoi/strtou_noneg.c \
test_atoi_strtoi.c \
$(NULL)
test_atoi_strtoi_CFLAGS = \
+2 -2
View File
@@ -14,8 +14,8 @@
#include <stdint.h> // Required by <cmocka.h>
#include <cmocka.h>
#include "atoi/strtoi.h"
#include "atoi/strtou_noneg.h"
#include "atoi/strtoi/strtoi.h"
#include "atoi/strtoi/strtou_noneg.h"
static void test_strtoi(void **state);