mirror of
https://github.com/fluencelabs/c-template
synced 2025-04-24 22:22:13 +00:00
7 lines
99 B
C
7 lines
99 B
C
#include "sdk/allocator.h"
|
|
#include "sdk/logger.h"
|
|
|
|
char *invoke(const char *str, int length) {
|
|
|
|
}
|