Files
libfaketime/test/snippets/include_headers.h
Daniel Kahn Gillmor 17522c5ba1 Overhaul testing library constructors
We want to make it easier to test a bunch of different functions that
might be invoked in constructors of other libraries.

It seems conceivable that with these snippets, we could design other
tests that also work across a wide range of intercepted functions.
2021-02-25 23:17:25 -05:00

5 lines
86 B
C

#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/random.h>