divifetch/modules/hello_world_c/module.h

5 lines
164 B
C

#ifndef MODULE_HELLO_WORLD_C_H
#define MODULE_HELLO_WORLD_C_H
#include <stddef.h>
const char *hello_world_c_module_preset(char *result, size_t result_size);
#endif