aboutsummaryrefslogtreecommitdiff
path: root/libffi/testsuite/libffi.call/ffitest.h
blob: 7856405d2f5f3d3e2b984576778d1c8813a23c0f (plain)
1
2
3
4
5
6
7
8
9
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ffi.h>

#define MAX_ARGS 256

#define CHECK(x) !(x) ? abort() : 0