xref: /aosp_15_r20/frameworks/native/libs/bufferstreams/include/bufferstreams.h (revision 38e8c45f13ce32b0dcecb25141ffecaf386fa17f)
1*38e8c45fSAndroid Build Coastguard Worker /* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
2*38e8c45fSAndroid Build Coastguard Worker 
3*38e8c45fSAndroid Build Coastguard Worker #include <stdarg.h>
4*38e8c45fSAndroid Build Coastguard Worker #include <stdbool.h>
5*38e8c45fSAndroid Build Coastguard Worker #include <stddef.h>
6*38e8c45fSAndroid Build Coastguard Worker #include <stdint.h>
7*38e8c45fSAndroid Build Coastguard Worker #include <stdlib.h>
8*38e8c45fSAndroid Build Coastguard Worker 
9*38e8c45fSAndroid Build Coastguard Worker 
10*38e8c45fSAndroid Build Coastguard Worker /**
11*38e8c45fSAndroid Build Coastguard Worker  * This function will print Hello World.
12*38e8c45fSAndroid Build Coastguard Worker  */
13*38e8c45fSAndroid Build Coastguard Worker bool hello(void);
14