c-template/main.c

7 lines
99 B
C
Raw Normal View History

2019-04-12 22:02:49 +03:00
#include "sdk/allocator.h"
#include "sdk/logger.h"
char *invoke(const char *str, int length) {
}