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 6361c81 commit 74cb65aCopy full SHA for 74cb65a
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