ctest 0.5.1

Automated testing of FFI bindings in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <stdbool.h>
#include <stddef.h>

#ifdef SUPPRESS_ERROR
#error Expected SUPPRESS_ERROR to not be defined (testing per-file defines)
#endif

typedef unsigned int in6_addr;

#define ON true

extern void *malloc(size_t size);
extern in6_addr in6addr_any;