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