mblocal.h (e94c6cb4a2a24df0410e5604d4fd079127c09850) | mblocal.h (a964324e72d5abd496e6659d287d8c00cba583bc) |
---|---|
1/*- 2 * Copyright (c) 2004 Tim J. Robbins. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 15 unchanged lines hidden (view full) --- 24 * SUCH DAMAGE. 25 * 26 * $FreeBSD$ 27 */ 28 29#ifndef _MBLOCAL_H_ 30#define _MBLOCAL_H_ 31 | 1/*- 2 * Copyright (c) 2004 Tim J. Robbins. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 15 unchanged lines hidden (view full) --- 24 * SUCH DAMAGE. 25 * 26 * $FreeBSD$ 27 */ 28 29#ifndef _MBLOCAL_H_ 30#define _MBLOCAL_H_ 31 |
32#include <runetype.h> 33 |
|
32/* 33 * Rune initialization function prototypes. 34 */ 35int _none_init(_RuneLocale *); 36int _UTF8_init(_RuneLocale *); 37int _EUC_init(_RuneLocale *); 38int _GB18030_init(_RuneLocale *); 39int _GB2312_init(_RuneLocale *); --- 22 unchanged lines hidden --- | 34/* 35 * Rune initialization function prototypes. 36 */ 37int _none_init(_RuneLocale *); 38int _UTF8_init(_RuneLocale *); 39int _EUC_init(_RuneLocale *); 40int _GB18030_init(_RuneLocale *); 41int _GB2312_init(_RuneLocale *); --- 22 unchanged lines hidden --- |