mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move ctype.h functions into their own directory.
This commit is contained in:
parent
78b0cf7b6a
commit
3d18ed9a43
3 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ FREEOBJS=\
|
||||||
assert/_assert.o \
|
assert/_assert.o \
|
||||||
clearerr.o \
|
clearerr.o \
|
||||||
c++.o \
|
c++.o \
|
||||||
ctype.o \
|
ctype/ctype.o \
|
||||||
dirent/alphasort.o \
|
dirent/alphasort.o \
|
||||||
dirent/dir.o \
|
dirent/dir.o \
|
||||||
dirent/versionsort.o \
|
dirent/versionsort.o \
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
You should have received a copy of the GNU Lesser General Public License
|
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/>.
|
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
ctype.c
|
ctype/ctype.c
|
||||||
Character types.
|
Character types.
|
||||||
|
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
0
libc/sortix/ctype/.gitignore
vendored
Normal file
0
libc/sortix/ctype/.gitignore
vendored
Normal file
Loading…
Add table
Reference in a new issue