We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae1497 commit f5eef28Copy full SHA for f5eef28
runtime/FileUtilities.cake
@@ -1,4 +1,4 @@
1
-(c-import "<stdio.h>" "<string>"
+(c-import "<stdio.h>" "<string>" "<assert.h>"
2
&with-decls "<stdio.h>") ;; FILE* TODO: How can I remove this from header?
3
4
(c-preprocessor-define MAX_PATH_LENGTH 256)
0 commit comments