Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/libcbor/examples/bazel/src/hello.h
39636 views
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
10