aboutsummaryrefslogtreecommitdiff
path: root/old/2021-11-10-beforeremovingchecker/shell.h
blob: a72d136632d566dae7f0ac3b98724469f6a0bcb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SHELL_H
#define SHELL_H

#include "commands.h"

#define MAXLINELEN          10000
#define MAXTOKENLEN         255
#define MAXNTOKENS          255

void        exec_args(int c, char **v);
void        launch();

#endif

Generated with cgit - Back to sebastiano.tronto.net