MCPcopy Create free account
hub / github.com/commonmark/cmark / cmark_reference

Class cmark_reference

src/references.h:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#endif
9
10struct cmark_reference {
11 struct cmark_reference *next;
12 unsigned char *label;
13 unsigned char *url;
14 unsigned char *title;
15 unsigned int age;
16 unsigned int size;
17};
18
19typedef struct cmark_reference cmark_reference;
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected