wizapp-stdlib/src/os/wapp_os.c
Abdelrahman 491c742189 Add single header and single source entries for all components as well as the full library (#2)
Reviewed-on: #2
Co-authored-by: Abdelrahman <said.abdelrahman89@gmail.com>
Co-committed-by: Abdelrahman <said.abdelrahman89@gmail.com>
2025-02-23 15:19:14 +00:00

18 lines
362 B
C

#ifndef WAPP_OS_C
#define WAPP_OS_C
#include "wapp_os.h"
#include "termcolour_win.c"
#include "termcolour_posix.c"
#include "termcolour.c"
#include "commander_win.c"
#include "commander.c"
#include "commander_posix.c"
#include "mem_utils_win.c"
#include "mem_utils.c"
#include "mem_utils_posix.c"
#include "cpath.c"
#include "wapp_core.c"
#endif // !WAPP_OS_C