Move wctype.h functions into their own directory.

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

View File

@ -158,7 +158,7 @@ wchar/wcsrchr.o \
wchar/wcsrtombs.o \
wchar/wcsspn.o \
wchar/wcstok.o \
wctype.o \
wctype/wctype.o \
HOSTEDOBJS=\
access.o \

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

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/>.
wctype.cpp
wctype/wctype.cpp
Character types.
*******************************************************************************/