summarylogtreecommitdiffstats
path: root/pause.c
diff options
context:
space:
mode:
Diffstat (limited to 'pause.c')
-rw-r--r--pause.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pause.c b/pause.c
new file mode 100644
index 000000000000..110909a88e32
--- /dev/null
+++ b/pause.c
@@ -0,0 +1,2 @@
+#include <unistd.h>
+int main(){pause();} \ No newline at end of file