mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-31 11:10:08 +01:00
16 lines
223 B
C
16 lines
223 B
C
/* SPDX-License-Identifier: MIT */
|
|
#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;
|
|
}
|