defensive-coding-guide/defensive-coding/pot/snippets/C-String-Functions-strncpy.pot
2014-03-24 15:59:40 -04:00

23 lines
503 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"
"char buf[10];\n"
"strncpy(buf, data, sizeof(buf));\n"
"buf[sizeof(buf) - 1] = '\\0';\n"
""
msgstr ""