File: test-link.c

package info (click to toggle)
libevdev 1.13.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-proposed-updates, trixie-updates
  • size: 2,768 kB
  • sloc: ansic: 9,969; sh: 4,612; makefile: 212; python: 178; xml: 171; javascript: 53
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);
}