index
:
xnap.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xnap.c
blob: 29b0e2e391833fccaa49b0e1d76ad3eee01ac76e (
plain
)
1
2
3
4
5
6
7
8
#include <stdlib.h> #include <X11/Xlib.h> int main(void) { return EXIT_SUCCESS; }