u8-vasnprintf.c | u8-vasnprintf.c | |||
---|---|---|---|---|
/* Formatted output to UTF-8 strings. | /* Formatted output to UTF-8 strings. | |||
Copyright (C) 1999, 2002, 2006-2007, 2009-2010 Free Software Foundation, | Copyright (C) 1999, 2002, 2006-2007, 2009-2014 Free Software Foundation, | |||
Inc. | Inc. | |||
This program is free software: you can redistribute it and/or modify it | This program is free software: you can redistribute it and/or modify it | |||
under the terms of the GNU Lesser General Public License as published | under the terms of the GNU Lesser General Public License as published | |||
by the Free Software Foundation; either version 3 of the License, or | by the Free Software Foundation; either version 3 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
skipping to change at line 39 | skipping to change at line 39 | |||
#include "unistdio.h" | #include "unistdio.h" | |||
#include "uniconv.h" | #include "uniconv.h" | |||
#include "unistr.h" | #include "unistr.h" | |||
#include "unistdio/u-printf-parse.h" | #include "unistdio/u-printf-parse.h" | |||
#define VASNPRINTF u8_vasnprintf | #define VASNPRINTF u8_vasnprintf | |||
#define FCHAR_T char | #define FCHAR_T char | |||
#define DIRECTIVE char_directive | #define DIRECTIVE char_directive | |||
#define DIRECTIVES char_directives | #define DIRECTIVES char_directives | |||
#define ASCII_ONLY 1 | #define FCHAR_T_ONLY_ASCII 1 | |||
#define PRINTF_PARSE ulc_printf_parse | #define PRINTF_PARSE ulc_printf_parse | |||
#define DCHAR_T uint8_t | #define DCHAR_T uint8_t | |||
#define DCHAR_T_IS_UINT8_T 1 | #define DCHAR_T_IS_UINT8_T 1 | |||
#define DCHAR_CPY u8_cpy | #define DCHAR_CPY u8_cpy | |||
#define DCHAR_SET u8_set | #define DCHAR_SET u8_set | |||
#define DCHAR_MBSNLEN u8_mbsnlen | #define DCHAR_MBSNLEN u8_mbsnlen | |||
#define DCHAR_IS_UINT8_T 1 | #define DCHAR_IS_UINT8_T 1 | |||
#define U16_TO_DCHAR u16_to_u8 | #define U16_TO_DCHAR u16_to_u8 | |||
#define U32_TO_DCHAR u32_to_u8 | #define U32_TO_DCHAR u32_to_u8 | |||
#define DCHAR_CONV_FROM_ENCODING u8_conv_from_encoding | #define DCHAR_CONV_FROM_ENCODING u8_conv_from_encoding | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |