/opt/alt/php56/usr/include/php/ext/mbstring/libmbfl/mbfl
NameSizeModeActions
eaw_table.h9030644editdlrm
mbfilter.h103550644editdlrm
mbfilter_8bit.h12890644editdlrm
mbfilter_pass.h13710644editdlrm
mbfilter_wchar.h12930644editdlrm
mbfl_allocators.h18910644editdlrm
mbfl_consts.h41580644editdlrm
mbfl_convert.h38640644editdlrm
mbfl_defs.h15950644editdlrm
mbfl_encoding.h44570644editdlrm
mbfl_filter_output.h13760644editdlrm
mbfl_ident.h28680644editdlrm
mbfl_language.h28730644editdlrm
mbfl_memory_device.h27430644editdlrm
mbfl_string.h17050644editdlrm
Edit: /opt/alt/php56/usr/include/php/ext/mbstring/libmbfl/mbfl/mbfilter_8bit.h (1289B)
/* * "streamable kanji code filter and converter" * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved. * * LICENSE NOTICES * * This file is part of "streamable kanji code filter and converter", * which is distributed under the terms of GNU Lesser General Public * License (version 2) as published by the Free Software Foundation. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with "streamable kanji code filter and converter"; * if not, write to the Free Software Foundation, Inc., 59 Temple Place, * Suite 330, Boston, MA 02111-1307 USA * * The author of this file: * */ /* * The source code included in this files was separated from mbfilter.c * by Moriyoshi Koizumi on 20 Dec 2002. The file * mbfilter.c is included in this package . * */ #ifndef MBFL_MBFILTER_8BIT_H #define MBFL_MBFILTER_8BIT_H #include "mbfl_defs.h" #include "mbfilter.h" MBFLAPI extern const mbfl_encoding mbfl_encoding_8bit; #endif /* MBFL_MBFILTER_8BIT_H */