We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a0e54 commit 2f19b03Copy full SHA for 2f19b03
server.c renamed to userland/server.c
@@ -1,3 +1,10 @@
1
+// simple wayland test server
2
+//
3
+// ```sh
4
+// sysroot/tools/host-gcc/bin/x86_64-aero-gcc server.c -lwayland-server -o
5
+// ../base-files/server.exe
6
+// ```
7
+
8
#include <errno.h>
9
#include <stdio.h>
10
#include <string.h>
0 commit comments