rcx

library of miscellaneous bits of C code
git clone git://git.rr3.xyz/rcx
Log | Files | Refs | README | LICENSE

commit 94123210c18a67caa77489bcb62b1b5cffb18e0a
parent 6d04c0b296ccd15dc0b14aba620df298e4e4c28a
Author: robert <robertrussell.72001@gmail.com>
Date:   Sun, 17 Jul 2022 21:06:08 -0700

Rename vec.h to vector.h

Diffstat:
Minc/cext/all.h | 2+-
Rinc/cext/vec.h -> inc/cext/vector.h | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/cext/all.h b/inc/cext/all.h @@ -3,4 +3,4 @@ #include "cext/log.h" #include "cext/opt.h" #include "cext/utf8.h" -#include "cext/vec.h" +#include "cext/vector.h" diff --git a/inc/cext/vec.h b/inc/cext/vector.h