-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.h
61 lines (58 loc) · 1.06 KB
/
header.h
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#ifndef HEADER_H
#define HEADER_H
#include <stdio.h>
#include <math.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/select.h>
#include <dirent.h>
#include <string.h>
#include <stdlib.h>
#include <signal.h>
#include <pwd.h>
#include <grp.h>
#include <time.h>
#include <errno.h>
extern int errno;
typedef long long int ll;
char arc[1000][10000];
char a[10000000];
char dis[8000000];
char dir[1000000];
char execut[1000000];
char curdir[1000000];
char predir[1000000];
char amd[100000];
char host[100];
char user[100];
char *pidname;
char helper[1000];
int stdin_fd ;
int stderr_fd ;
int stdout_fd;
int job_counter;
int order[40000][2];
char back_pro[40000][1000];
int stat_pro[40000];
int exit_fail;
int cur_pid;
int inpp;
int oupp;
char *tasks[10000];
char *runtask[100];
char *extasks[10000];
char *exruntask[100];
int sym[10000];
int sym_exit[10000];
char inp_file[10000];
char out_file[10000];
char dd[10000];
int out_type;
char restr[10000];
int sh;
#endif