libei/test/buildtest.c

13 lines
174 B
C
Raw Normal View History

/* SPDX-License-Identifier: MIT */
#if INCLUDE_LIBEI
#include <libei.h>
#endif
#if INCLUDE_LIBEIS
#include <libeis.h>
#endif
int main(int argc, char **argv) {
return 0;
}