blob: 86faf4554378ff059ebb0eaa8b52c08feb22f59d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* -------------------------------------------
Copyright Mahrouss Logic
------------------------------------------- */
#pragma once
#define _Input
#define _Output
#define _Optional
#define _StrictCheckInput
#define _StrictCheckOutput
#define _InOut
#define _StrictInOut
|