mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-20 15:00:06 +01:00
16 lines
188 B
C
16 lines
188 B
C
|
|
#if INCLUDE_LIBEI
|
||
|
|
#include <libei.h>
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#if INCLUDE_LIBEIS
|
||
|
|
#include <libeis.h>
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#if INCLUDE_LIBREIS
|
||
|
|
#include <libreis.h>
|
||
|
|
#endif
|
||
|
|
|
||
|
|
int main(int argc, char **argv) {
|
||
|
|
return 0;
|
||
|
|
}
|