| Carlos Martinez Romero | 43d9afc | 2023-07-07 22:58:51 +0000 | [diff] [blame] | 1 | /* 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 | */ | ||||
| 13 | bool hello(void); | ||||