Home
last modified time | relevance | path

Searched refs:declaration (Results 1 – 4 of 4) sorted by relevance

/zcbor-latest/
DMIGRATION_GUIDE.md7 If a removed variant is strictly needed, add your own forward declaration in your code.
DRELEASE_NOTES.md91 * zcbor_common.h: Add forward declaration for strnlen()
DREADME.md662 instantiation. If omitted, the entire declaration is a
/zcbor-latest/zcbor/
Dzcbor.py2062 def enclose(self, ingress, declaration): argument
2064 if declaration:
2065 return [f"{ingress} {{"] + [indentation + line for line in declaration] + ["}"]
2071 declaration = self.enclose("union", self.child_single_declarations())
2072 return declaration