2023-04-17 08:56:38 +00:00
|
|
|
/************************************************************//**
|
|
|
|
*
|
|
|
|
* @file: orca.c
|
|
|
|
* @author: Martin Fouilleul
|
|
|
|
* @date: 13/04/2023
|
|
|
|
*
|
|
|
|
*****************************************************************/
|
|
|
|
|
2023-04-17 16:13:07 +00:00
|
|
|
#include"platform/orca_memory.c"
|
2023-04-18 16:06:47 +00:00
|
|
|
#include"platform/orca_strings.c"
|
|
|
|
#include"platform/orca_log.c"
|
|
|
|
|
2023-04-17 16:13:07 +00:00
|
|
|
#include"util/memory.c"
|
2023-04-18 16:06:47 +00:00
|
|
|
#include"util/strings.c"
|
2023-04-18 16:43:06 +00:00
|
|
|
#include"util/utf8.c"
|