Commit 654e9848 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ee5b1c42
......@@ -21,11 +21,12 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
int main(int argc, const char *argv) {
int main(int argc, const char *argv[]) {
if (argc < 2) {
fprintf(stderr, "E: usage: xexec prog arguments...\n");
exit(128);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment