-
Notifications
You must be signed in to change notification settings - Fork 0
/
std_libraries.h
34 lines (23 loc) · 1.13 KB
/
std_libraries.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
/*
* File : std_libraries.h
* Author : Mohamed Ahmed Abdel Wahab
* LinkedIn : https://www.linkedin.com/in/mohamed-abdel-wahab-162413253/
* Github : https://github.com/moabdelwahab6611
* Created on May 21, 2023, 6:16 PM
*/
#ifndef STD_LIBRARIES_H
#define STD_LIBRARIES_H
/**************************Includes-Section*****************************/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/***********************************************************************/
/**********************Macro Declarations-Section***********************/
/***********************************************************************/
/******************Macro Function Declarations-Section******************/
/***********************************************************************/
/********************Data Types Declarations-Section********************/
/***********************************************************************/
/**********Software Interfaces Functions Declarations-Section***********/
/***********************************************************************/
#endif /* STD_LIBRARIES_H */