diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-14 15:09:02 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-14 15:12:28 +0000 |
| commit | 58f64b93eda84a1a362353e6b9bab90c3cca00ae (patch) | |
| tree | 45608237c61c5397245bb4700fdd802b6d209bae /xnap.c | |
| parent | 2db04189e64c629b92da1863f06048488905a474 (diff) | |
add boilerplate
.
Diffstat (limited to 'xnap.c')
| -rw-r--r-- | xnap.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#include <stdlib.h> + +#include <X11/Xlib.h> + +int main(void) +{ + return EXIT_SUCCESS; +} |
