mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-11-09 21:32:02 +05:30
opt_int_div.h: prevent multiple inclusion
This commit is contained in:
parent
998b3a1e28
commit
ce575434ef
@ -9,6 +9,9 @@
|
|||||||
* License: Unlicense
|
* License: Unlicense
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _OPT_INT_DIV_H
|
||||||
|
#define _OPT_INT_DIV_H
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
@ -46,3 +49,5 @@
|
|||||||
: \
|
: \
|
||||||
((a) / (b)) )) \
|
((a) / (b)) )) \
|
||||||
) /* end */
|
) /* end */
|
||||||
|
|
||||||
|
#endif /* _OPT_INT_DIV_H */
|
Loading…
Reference in New Issue
Block a user