We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3413eee commit 78448f0Copy full SHA for 78448f0
C/kopen/kopen.h
@@ -0,0 +1,4 @@
1
+#pragma once
2
+
3
+int kclose(void *a);
4
+void *kopen(char const *fn, int *_fd);
0 commit comments