cbindgen/tests/expectations/doclength_short.c

15 lines
234 B
C

#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
/**
* The root of all evil.
*/
void root(void);
/**
* A little above the root, and a lot more visible, with a run-on sentence
*/
void trunk(void);