sortix-mirror/libmaxsi/c
Jonas 'Sortie' Termansen 954fd11703 Added isalnum(3), isalpha(3), isblank(3), iscntrl(3), isdigit(3),
isgraph(3), islower(3), isprint(3), ispunct(3), isspace(3), isupper(3),
isxdigit(3), tolower(3), and toupper(3).
2012-01-08 15:35:35 +01:00
..
decl Clarified comment about typedef struct _FILE FILE. 2011-12-30 00:42:36 +01:00
hsrc Added isalnum(3), isalpha(3), isblank(3), iscntrl(3), isdigit(3), 2012-01-08 15:35:35 +01:00
ctype.c Added isalnum(3), isalpha(3), isblank(3), iscntrl(3), isdigit(3), 2012-01-08 15:35:35 +01:00
fdio.c Forgot to actually add remove(3) in the previous commit. 2011-12-30 01:13:41 +01:00
fdio.h Implemented large parts of the stdio(3), including fprintf. 2011-12-24 04:28:34 +01:00
file.c Added putc(3) and getc(3). 2011-12-30 01:03:24 +01:00
stdio.c Added an implementation of puts(3) because gcc needs it. 2012-01-08 14:30:50 +01:00
string.c Initial version of Sortix. 2011-08-05 14:25:00 +02:00