File: test-link.c

package info (click to toggle)
libevdev 1.5.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,184 kB
  • ctags: 1,594
  • sloc: ansic: 8,764; sh: 4,195; makefile: 204; python: 171
file content (6 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#include <stddef.h>
#include <libevdev/libevdev.h>

int main(void) {
	return libevdev_new_from_fd(0, NULL);
}