问题描述
The function strlwr() is a function from the Microsoft c library and does not work in the standard c library.
因此linux gcc需要自定义strlwr函数原型。自己写一个strlwr.h原型,放在/usr/inlcude/里面。
1 | // /usr/include/strlwr.h |
1 |
|
问题描述
The function strlwr() is a function from the Microsoft c library and does not work in the standard c library.
因此linux gcc需要自定义strlwr函数原型。自己写一个strlwr.h原型,放在/usr/inlcude/里面。
1 | // /usr/include/strlwr.h |
1 | #include <stdio.h> |