xref: /aosp_15_r20/frameworks/native/libs/bufferstreams/include/bufferstreams.h (revision 38e8c45f13ce32b0dcecb25141ffecaf386fa17f)
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);
14