提交 b53ce737 编写于 作者: M Max Bruckner

reformatting: printbuffer

上级 d5bd4976
......@@ -213,7 +213,12 @@ static int pow2gt (int x)
return x + 1;
}
typedef struct {char *buffer; int length; int offset; } printbuffer;
typedef struct
{
char *buffer;
int length;
int offset;
} printbuffer;
static char* ensure(printbuffer *p,int needed)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册