diff options
Diffstat (limited to 'misc/examples/vectors')
| -rw-r--r-- | misc/examples/vectors/lower_bound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/vectors/lower_bound.c b/misc/examples/vectors/lower_bound.c index bea828f2..09cf2008 100644 --- a/misc/examples/vectors/lower_bound.c +++ b/misc/examples/vectors/lower_bound.c @@ -1,7 +1,7 @@ #include <stdio.h> #define i_key int -#define i_cmp_native +#define i_use_cmp #include <stc/cvec.h> #define i_key int |
