blob: 5308de24c001a6e8e8d01bb2b28a44a81cb21f35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
/**
* This function will print Hello World.
*/
bool hello(void);
|