mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move wctype.h functions into their own directory.
This commit is contained in:
parent
e87e891ca3
commit
78b0cf7b6a
3 changed files with 2 additions and 2 deletions
|
@ -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
0
libc/sortix/wctype/.gitignore
vendored
Normal 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.
|
||||
|
||||
*******************************************************************************/
|
Loading…
Reference in a new issue