|
|
| 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/runetype.c,v 1.5.8.1 2000/06/04 21:47:39 ache Exp $ | * $FreeBSD: src/lib/libc/locale/runetype.c,v 1.5.8.1 2000/06/04 21:47:39 ache Exp $ |
| * $DragonFly: src/lib/libc/locale/runetype.c,v 1.1 2003/06/16 04:28:17 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #include <stdio.h> | #include <stdio.h> |
| #include <rune.h> | #include <rune.h> |
| unsigned long | unsigned long |
| ___runetype(c) | ___runetype(__ct_rune_t c) |
| _BSD_CT_RUNE_T_ c; | |
| { | { |
| int x; | int x; |
| _RuneRange *rr = &_CurrentRuneLocale->runetype_ext; | _RuneRange *rr = &_CurrentRuneLocale->runetype_ext; |