Add strtoul.c
This commit is contained in:
parent
77decc8b5a
commit
144469b350
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.1 2001/06/19 00:22:45 fvdl Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.2 2002/11/25 00:55:22 fvdl Exp $
|
||||
|
||||
SRCS+= __main.c __assert.c \
|
||||
imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
||||
|
@ -7,6 +7,6 @@ SRCS+= __main.c __assert.c \
|
|||
memchr.S memcmp.S memcpy.S memmove.S memset.S \
|
||||
strcat.S strchr.S strcmp.S strcasecmp.c \
|
||||
strcpy.S strlen.S strncasecmp.c \
|
||||
strncmp.c strncpy.c strrchr.S \
|
||||
strncmp.c strncpy.c strrchr.S strtoul.c \
|
||||
scanc.S skpc.S \
|
||||
random.S
|
||||
|
|
Loading…
Reference in New Issue