eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis-case.h
Go to the documentation of this file.
1
2#ifndef ELLIPSIS_CASE_H
3
1478#include <uchar.h>
1479
1488char32_t ellipsis‿case‿upper(char32_t);
1489
1498char32_t ellipsis‿case‿lower(char32_t);
1499
1500#endif
char32_t ellipsis‿case‿upper(char32_t)
Transform lowercase letters to uppercase and leave others unchanged.
Definition ellipsis-case.c:49
char32_t ellipsis‿case‿lower(char32_t)
Transform uppercase letters to lowercase and leave others unchanged.
Definition ellipsis-case.c:54