Skip to content

Instantly share code, notes, and snippets.

#include <sys/types.h>
#include <sys/wait.h> // needed to remove warning.
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#define MAX_COMMAND_LENGTH 256
#define MAX_ARGS_LENGTH 256
#define DELIMITER "\x20\n"
#define WAIT_CHARACTER "&"