SDL  2.0
testevdev.c File Reference
#include "../src/SDL_internal.h"
#include <stdio.h>
#include <string.h>
+ Include dependency graph for testevdev.c:

Go to the source code of this file.

Functions

static int run_test (void)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 1028 of file testevdev.c.

1029 {
1030  return run_test() ? 0 : 1;
1031 }
static int run_test(void)
Definition: testevdev.c:1019

References run_test().

◆ run_test()

static int run_test ( void  )
static

Definition at line 1019 of file testevdev.c.

1020 {
1021  printf("SDL compiled without evdev capability check.\n");
1022  return 0;
1023 }

Referenced by main().