From c886d489576cd0bc33d7d22d81981c794067946f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Oct 2022 13:41:15 -0400 Subject: Add path API --- include/zix/zix.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/zix/zix.h') diff --git a/include/zix/zix.h b/include/zix/zix.h index 223d1dc..a91b6f8 100644 --- a/include/zix/zix.h +++ b/include/zix/zix.h @@ -52,6 +52,14 @@ #include "zix/sem.h" #include "zix/thread.h" +/** + @} + @defgroup zix_file_system File System + @{ +*/ + +#include "zix/path.h" + /** @} @} -- cgit v1.2.1