-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHEADERFILES.h
28 lines (23 loc) · 884 Bytes
/
HEADERFILES.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
/// h e a d e r f i l e s . H
/// ______________________________________________________________
/// --------------------------------------------------------------
/// includes all required headerfiles of program
/// ______________________________________________________________
/// --------------------------------------------------------------
#include<stdio.h>
#include<conio.h>
#include<windows.h>
#include<stdlib.h>
#include<time.h>
#include "LOGIN_USER.h"
#include "REGISTER_USER.h"
#include "PASSWORD_SECURITY.h"
#include "FUNCTION.h"
#include "NOTEPAD.h"
#include "NOTEPAD_HELP.h"
#include "NOTEPAD_DEMO.h"
#include "NOTEPAD_ENTERTEXT.h"
#include "NOTEPAD_DISPLAY.h"
#include "NOTEPAD_ADDTEXT.h"
/// __________________________________________________________________
/// ------------------------------------------------------------------