c-template/main.c
2019-04-12 22:02:49 +03:00

7 lines
99 B
C

#include "sdk/allocator.h"
#include "sdk/logger.h"
char *invoke(const char *str, int length) {
}