mirror of
https://github.com/fluencelabs/c-template
synced 2025-04-25 06:32:14 +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) {
|
||
|
|
||
|
}
|