xref: /freebsd/contrib/libcbor/examples/bazel/src/hello.h (revision 5d3e7166f6a0187fa3f8831b16a06bd9955c21ff)
1 #ifndef HELLO_H_
2 #define HELLO_H_
3 
4 #include <cstdint>
5 
6 void print_cbor_version(void);
7 
8 #endif  // HELLO_H_
9