Add strtoul.
This commit is contained in:
parent
9ccc186245
commit
9f680534b0
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile.inc,v 1.4 2000/11/01 19:37:20 thorpej Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.5 2002/05/05 11:23:24 martin Exp $
|
||||
|
||||
SRCS+= __main.c __assert.c \
|
||||
imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
||||
bswap16.c bswap32.c bswap64.c \
|
||||
bcmp.c bzero.S ffs.S \
|
||||
memchr.c memcmp.c memset.c \
|
||||
strcat.c strcmp.c strcpy.c strlen.S strcasecmp.c \
|
||||
strcat.c strcmp.c strcpy.c strtoul.c strlen.S strcasecmp.c \
|
||||
strncasecmp.c strncmp.c strncpy.c \
|
||||
scanc.c skpc.c \
|
||||
htonl.S htons.S ntohl.S ntohs.S \
|
||||
|
|
Loading…
Reference in New Issue