32 lines
720 B
Text
32 lines
720 B
Text
#
|
|
# AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: 0\n"
|
|
"POT-Creation-Date: 2013-09-18T00:49:43\n"
|
|
"PO-Revision-Date: 2013-09-18T00:49:43\n"
|
|
"Last-Translator: Automatically generated\n"
|
|
"Language-Team: None\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: application/x-publican; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#. Tag: programlisting
|
|
#, no-c-format
|
|
msgid "\n"
|
|
"void log_format(const char *format, ...) __attribute__((format(printf, 1, 2)));\n"
|
|
"\n"
|
|
"void\n"
|
|
"log_format(const char *format, ...)\n"
|
|
"{\n"
|
|
" char buf[1000];\n"
|
|
" va_list ap;\n"
|
|
" va_start(ap, format);\n"
|
|
" vsnprintf(buf, sizeof(buf), format, ap);\n"
|
|
" va_end(ap);\n"
|
|
" log_string(buf);\n"
|
|
"}\n"
|
|
""
|
|
msgstr ""
|
|
|