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