From e83dca9817614d0dc77ce1e5dc13eed44b61eb2f Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 4 Oct 2022 13:59:21 +0200 Subject: user/libc: camellia_open, takes cwd into account --- src/user/lib/include/camellia.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/user/lib/include/camellia.h (limited to 'src/user/lib/include') diff --git a/src/user/lib/include/camellia.h b/src/user/lib/include/camellia.h new file mode 100644 index 0000000..f9b9f00 --- /dev/null +++ b/src/user/lib/include/camellia.h @@ -0,0 +1,5 @@ +#pragma once +#include +#include + +handle_t camellia_open(const char *path, int flags); -- cgit v1.2.3