Files
wizapp-stdlib/src/log/wapp_log.c
T
abdelrahman c67a448d00
Release / release (push) Successful in 6s
Add basic logging functionality
2026-05-17 18:40:10 +01:00

11 lines
182 B
C

// vim:fileencoding=utf-8:foldmethod=marker
#ifndef WAPP_LOG_C
#define WAPP_LOG_C
#include "log.c"
#include "../base/wapp_base.c"
#include "../os/wapp_os.c"
#endif // !WAPP_LOG_C