mirror of
https://github.com/Hizenberg469/C1-Linux_SYS_Prog-AS-.git
synced 2026-04-19 18:32:24 +03:00
More Organised
This commit is contained in:
21
Header_files/A.h
Normal file
21
Header_files/A.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* =====================================================================================
|
||||
*
|
||||
* Filename: A.h
|
||||
*
|
||||
* Description:
|
||||
*
|
||||
* Version: 1.0
|
||||
* Created: 02/02/24 10:15:59 PM IST
|
||||
* Revision: none
|
||||
* Compiler: gcc
|
||||
*
|
||||
* Author: YOUR NAME (),
|
||||
* Organization:
|
||||
*
|
||||
* =====================================================================================
|
||||
*/
|
||||
|
||||
|
||||
#define max(a,b) ( a > b ? a : b )
|
||||
int sum(int a,int b);
|
||||
Reference in New Issue
Block a user