mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-05-31 08:31:41 +05:30
opt_int_div.*: label as a header-only library
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* opt_int_div.h
|
* opt_int_div.h
|
||||||
*
|
*
|
||||||
* "Optimized integer division"
|
* "Optimized integer division": A header-only library
|
||||||
*
|
*
|
||||||
* Author: Intel A80486DX2-66
|
* Author: Intel A80486DX2-66
|
||||||
* License: Creative Commons Zero 1.0 Universal
|
* License: Creative Commons Zero 1.0 Universal
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
#include "opt_int_div.h"
|
#include "opt_int_div.h"
|
||||||
|
|
||||||
#ifdef TEST
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
@@ -43,4 +42,3 @@ int main(void) {
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
|
Reference in New Issue
Block a user