diff options
| author | Tyge Løvset <[email protected]> | 2022-04-27 14:20:54 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-04-27 15:09:45 +0200 |
| commit | 37e950b8a93172f5f07fedaca54c9b2894416b5a (patch) | |
| tree | 47a5c9526c0d94598f1576fcd70d38ec82b9e9f4 /examples | |
| parent | 8f55ea9afb719728afdc09d055fdf86c446f19ba (diff) | |
| download | STC-modified-37e950b8a93172f5f07fedaca54c9b2894416b5a.tar.gz STC-modified-37e950b8a93172f5f07fedaca54c9b2894416b5a.zip | |
Added cstr_expand_uninitialized().
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/lower_bound.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/lower_bound.c b/examples/lower_bound.c index 1d9f5843..bb8fdf66 100644 --- a/examples/lower_bound.c +++ b/examples/lower_bound.c @@ -6,10 +6,6 @@ #define i_val int
#include <stc/csset.h>
-
-#define i_val char
-#include <stc/cvec.h>
-
int main()
{
// TEST SORTED VECTOR
|
