Skip to content

Commit 78448f0

Browse files
committed
Added kopen.h for kopen.
1 parent 3413eee commit 78448f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

C/kopen/kopen.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#pragma once
2+
3+
int kclose(void *a);
4+
void *kopen(char const *fn, int *_fd);

0 commit comments

Comments
 (0)