-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheaders.h
More file actions
40 lines (38 loc) · 725 Bytes
/
headers.h
File metadata and controls
40 lines (38 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/utsname.h>
#include <errno.h>
#include <limits.h>
#include <string.h>
#include <sys/stat.h>
#include <dirent.h>
#include <sys/types.h>
#include <pwd.h>
#include <grp.h>
#include <time.h>
#include <sys/wait.h>
#include <signal.h>
#include <fcntl.h>
#include "prompt.h"
#include "pwd.h"
#include "cd.h"
#include "ls.h"
#include "echo.h"
#include "pinfo.h"
#include "fore.h"
#include "history.h"
#include "back.h"
#include "historyprint.h"
#include "redirection.h"
#include "fg.h"
#include "bg.h"
#include "env.h"
#include "jobs.h"
#include "kjob.h"
#include "overkill.h"
#include "sig.h"
struct Node* ll;
int *currfg;
char *commfg[4096];
int *elements;