Move ctype.h functions into their own directory.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-06-25 00:07:57 +02:00
parent 78b0cf7b6a
commit 3d18ed9a43
3 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ FREEOBJS=\
assert/_assert.o \
clearerr.o \
c++.o \
ctype.o \
ctype/ctype.o \
dirent/alphasort.o \
dirent/dir.o \
dirent/versionsort.o \

View File

@ -17,7 +17,7 @@
You should have received a copy of the GNU Lesser General Public License
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
ctype.c
ctype/ctype.c
Character types.
*******************************************************************************/

0
libc/sortix/ctype/.gitignore vendored Normal file
View File