瀏覽代碼

Include stdlib.h so free() can be used

Peter Limkilde Svendsen 4 年之前
父節點
當前提交
aec4a84e90
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/stdio/printf.c

+ 1 - 0
tests/stdio/printf.c

@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include <stdlib.h> // free()
 #include <math.h> // INFINITY, NAN constants
 
 int main(void) {