blob: 5308de24c001a6e8e8d01bb2b28a44a81cb21f35 [file] [log] [blame]
Carlos Martinez Romero43d9afc2023-07-07 22:58:51 +00001/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
2
3#include <stdarg.h>
4#include <stdbool.h>
5#include <stddef.h>
6#include <stdint.h>
7#include <stdlib.h>
8
9
10/**
11 * This function will print Hello World.
12 */
13bool hello(void);