-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheaders.h
More file actions
44 lines (38 loc) · 894 Bytes
/
headers.h
File metadata and controls
44 lines (38 loc) · 894 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
41
42
43
44
#ifndef HEADERS_H
#define HEADERS_H
#define ORG_COLOR "\x1b[0m"
#define GREEN_COLOR "\x1b[32m"
#define YELLOW_COLOR "\x1b[33m"
#define BLUE_COLOR "\x1b[34m"
#define PINK_COLOR "\x1b[35m"
#define WHITE_COLOR "\x1b[37m"
#define ORANGE_COLOR "\x1b[38;5;214m"
#define CREAM_COLOR "\x1b[38;5;230m"
#define DARK_MAGENTA_COLOR "\x1b[35m"
#define LIGHT_CYAN_COLOR "\x1b[96m"
#define DARK_SEA_GREEN_COLOR "\x1b[38;5;108m"
#define SIZ 5000
#define MAX_LEN_LOG 15
#include<stdio.h>
#include<unistd.h>
#include<sys/types.h>
#include<fcntl.h>
#include<error.h>
#include<string.h>
#include<stdlib.h>
#include<sys/stat.h>
#include<sys/time.h>
#include<sys/wait.h>
#include<errno.h>
#include<dirent.h>
#include<time.h>
#include<pwd.h>
#include<grp.h>
#include<signal.h>
#include<ctype.h>
#include<termios.h>
#include<sys/socket.h>
#include<netinet/in.h>
#include<netdb.h>
#include<sys/select.h>
#endif