1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Added isblank().

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14942 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-05-11 20:15:28 +00:00
parent ec027fa510
commit bc65dd2877
7 changed files with 65 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: smakefile,v 1.40 2005-05-08 08:51:29 obarthel Exp $
# $Id: smakefile,v 1.41 2005-05-11 20:15:25 obarthel Exp $
#
# :ts=8
#
@ -104,6 +104,7 @@ CTYPE_OBJ = \
ctype_isalnum.o \
ctype_isalpha.o \
ctype_isascii.o \
ctype_isblank.o \
ctype_iscntrl.o \
ctype_isdigit.o \
ctype_isgraph.o \