未验证 提交 3fb088d5 编写于 作者: B b-k 提交者: GitHub

Highlight asprintf.c more

上级 461a1c7d
......@@ -22,7 +22,7 @@ Here's the GNU sed command to do the changes on every .c file in the current dir
#For Clang and icc, which don't need the -std=... flag at all:
sed -i -e 's/-std=gnu11//g' *.c
* If you get linker errors about resolving the (common but not C-standard) function asprintf, use the libiberty library, which means adding the -liberty flag to your LDLIBS. For example, MSYS includes libiberty as part of its development package. As a last resort, I have provided the source code for asprintf here.
* If you get linker errors about resolving the (common but not C-standard) function asprintf, use the version provided as an example in asprintf.c, and the function declaration in that file. Or use the libiberty library, which means adding the -liberty flag to your LDLIBS. For example, MSYS includes libiberty as part of its development package.
Have fun with them,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册