add strncmp to anything

This commit is contained in:
cgd 1993-10-15 08:41:12 +00:00
parent acbf63a86b
commit 2193c056b8
8 changed files with 18 additions and 20 deletions

View File

@ -1,7 +1,6 @@
# $Id: Makefile.inc,v 1.2 1993/10/15 06:20:54 cgd Exp $
# $Id: Makefile.inc,v 1.3 1993/10/15 08:41:16 cgd Exp $
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
bcmp.s bzero.s ffs.s strcat.s strcmp.s strcpy.s strlen.s strncpy.c \
scanc.c skpc.c locc.c \
htonl.s htons.s ntohl.s ntohs.s \
bcmp.s bzero.s ffs.s strcat.s strcmp.s strcpy.s strlen.s strncmp.c \
strncpy.c scanc.c skpc.c locc.c htonl.s htons.s ntohl.s ntohs.s \
setjmp.s

View File

@ -1,7 +1,7 @@
# Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
bcmp.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncpy.c \
bcmp.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c strncpy.c \
scanc.c skpc.c locc.c \
ntoh.s \
setjmp.s

View File

@ -1,8 +1,8 @@
# $Id: Makefile.inc,v 1.2 1993/10/15 06:21:09 cgd Exp $
# $Id: Makefile.inc,v 1.3 1993/10/15 08:41:25 cgd Exp $
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
bcmp.c bzero.s ffs.s strcat.c strcmp.c strcpy.c strlen.s strncpy.c \
htonl.s htons.s ntohl.s ntohs.s
bcmp.c bzero.s ffs.s strcat.c strcmp.c strcpy.c strlen.s strncmp.c \
strncpy.c htonl.s htons.s ntohl.s ntohs.s
SRCS+= umul.s mul.s rem.s sdiv.s udiv.s umul.s urem.s
SRCS+= _setjmp.s fabs.s fixunsdfsi.s modf.s mul.s saveregs.s setjmp.s umul.s

View File

@ -1,7 +1,7 @@
# $Id: Makefile.inc,v 1.2 1993/10/15 06:20:50 cgd Exp $
# $Id: Makefile.inc,v 1.3 1993/10/15 08:41:12 cgd Exp $
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
bcmp.s bzero.s ffs.c strcat.c strcmp.s strcpy.s strlen.s strncpy.s \
htonl.s htons.s ntohl.s ntohs.s
bcmp.s bzero.s ffs.c strcat.c strcmp.s strcpy.s strlen.s strncmp.s \
strncpy.s htonl.s htons.s ntohl.s ntohs.s
ARCH= m68k

View File

@ -1,7 +1,6 @@
# $Id: Makefile.inc,v 1.2 1993/10/15 06:20:54 cgd Exp $
# $Id: Makefile.inc,v 1.3 1993/10/15 08:41:16 cgd Exp $
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
bcmp.s bzero.s ffs.s strcat.s strcmp.s strcpy.s strlen.s strncpy.c \
scanc.c skpc.c locc.c \
htonl.s htons.s ntohl.s ntohs.s \
bcmp.s bzero.s ffs.s strcat.s strcmp.s strcpy.s strlen.s strncmp.c \
strncpy.c scanc.c skpc.c locc.c htonl.s htons.s ntohl.s ntohs.s \
setjmp.s

View File

@ -1,7 +1,7 @@
# Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
bcmp.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncpy.c \
bcmp.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c strncpy.c \
scanc.c skpc.c locc.c \
ntoh.s \
setjmp.s

View File

@ -1,7 +1,7 @@
# Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
bcmp.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncpy.c \
bcmp.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c strncpy.c \
scanc.c skpc.c locc.c \
ntoh.s \
setjmp.s

View File

@ -1,8 +1,8 @@
# $Id: Makefile.inc,v 1.2 1993/10/15 06:21:09 cgd Exp $
# $Id: Makefile.inc,v 1.3 1993/10/15 08:41:25 cgd Exp $
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
bcmp.c bzero.s ffs.s strcat.c strcmp.c strcpy.c strlen.s strncpy.c \
htonl.s htons.s ntohl.s ntohs.s
bcmp.c bzero.s ffs.s strcat.c strcmp.c strcpy.c strlen.s strncmp.c \
strncpy.c htonl.s htons.s ntohl.s ntohs.s
SRCS+= umul.s mul.s rem.s sdiv.s udiv.s umul.s urem.s
SRCS+= _setjmp.s fabs.s fixunsdfsi.s modf.s mul.s saveregs.s setjmp.s umul.s