|
|
| version 1.2, 2003/06/17 04:26:44 | version 1.3, 2003/11/09 02:34:02 |
|---|---|
| Line 34 | Line 34 |
| * SUCH DAMAGE. | * SUCH DAMAGE. |
| * | * |
| * $FreeBSD: src/lib/libc/locale/tolower.c,v 1.5.8.1 2000/06/04 21:47:39 ache Exp $ | * $FreeBSD: src/lib/libc/locale/tolower.c,v 1.5.8.1 2000/06/04 21:47:39 ache Exp $ |
| * $DragonFly: src/lib/libc/locale/tolower.c,v 1.1 2003/06/16 04:28:26 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #include <stdio.h> | #include <stdio.h> |
| #include <rune.h> | #include <rune.h> |
| #include <sys/stdint.h> | |
| _BSD_CT_RUNE_T_ | __ct_rune_t |
| ___tolower(c) | ___tolower(__ct_rune_T c) |
| _BSD_CT_RUNE_T_ c; | |
| { | { |
| int x; | int x; |
| _RuneRange *rr = &_CurrentRuneLocale->maplower_ext; | _RuneRange *rr = &_CurrentRuneLocale->maplower_ext; |