Files
spl/stage0/include/utils.h
2026-08-01 21:15:47 +08:00

11 lines
167 B
C

#ifndef __UTILS_H__
#define __UTILS_H__
#define __SCC_LOG_IMPL_USE_STD_IMPL__
#include "log.h"
#include "core_map.h"
#include "core_vec.h"
#endif /* __UTILS_H__ */