update stuff
This commit is contained in:
parent
5973022688
commit
544ed8b045
194 changed files with 2060 additions and 1464 deletions
|
|
@ -10,10 +10,10 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "me/char/isupper.h"
|
||||
#include "me/char/tolower.h"
|
||||
#include "me/char/char.h"
|
||||
#include "me/char/char.h"
|
||||
|
||||
bool me_tolower(char chr)
|
||||
char me_tolower(char chr)
|
||||
{
|
||||
if (me_isupper(chr))
|
||||
return (chr + ('a' - 'A'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue