提交 aaa29c26 编写于 作者: R Rich Felker

remove unused MIN macro from getdelim source file

上级 0fbe53ed
......@@ -3,8 +3,6 @@
#include <inttypes.h>
#include <errno.h>
#define MIN(a,b) ((a)<(b) ? (a) : (b))
ssize_t getdelim(char **restrict s, size_t *restrict n, int delim, FILE *restrict f)
{
char *tmp;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册