Sign in
pigweed
/
third_party
/
github
/
jimsch
/
cn-cbor
/
9757f9f867869bb404d1df3f23484c42608ca48d
/
.
/
test
/
context.h
blob: 96c231528fb08dbf486c05e68a877361919edea2 [
file
] [
log
] [
blame
]
#pragma
once
#ifdef
USE_CBOR_CONTEXT
extern
cn_cbor_context
*
CreateContext
(
unsigned
int
failAt
);
extern
void
FreeContext
(
cn_cbor_context
*
pContext
);
int
IsContextEmpty
(
const
cn_cbor_context
*
pContext
);
#endif
// USE_CBOR_CONTEXT