mirror of
				https://gitlab.com/80486DX2-66/gists
				synced 2025-05-31 08:31:41 +05:30 
			
		
		
		
	opt_int_div.h: prevent multiple inclusion
This commit is contained in:
		@@ -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 */
 | 
				
			||||||
		Reference in New Issue
	
	Block a user