diff options
| author | Lion Kortlepel <[email protected]> | 2026-01-15 23:08:08 +0100 |
|---|---|---|
| committer | Lion Kortlepel <[email protected]> | 2026-01-15 23:08:08 +0100 |
| commit | 59a051111bd29994dcf1613d913d30b74640d03f (patch) | |
| tree | a98152ef0349dfaa9fc64a68a759fca7369fd9d7 /ls_vec.h | |
| parent | 2fd5c2bdf7c025d6fa64a2991b386278711f746e (diff) | |
| download | vec-59a051111bd29994dcf1613d913d30b74640d03f.tar.zst vec-59a051111bd29994dcf1613d913d30b74640d03f.zip | |
chore: cleanup doc comments
Diffstat (limited to 'ls_vec.h')
| -rw-r--r-- | ls_vec.h | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,10 +1,3 @@ -#pragma once - -#include <stddef.h> -#include <stdint.h> -#include <stdlib.h> -#include <string.h> - /* Lion's Standard (LS) type-safe ANSI C vector. * * Version: 1.0 @@ -100,6 +93,12 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ +#pragma once + +#include <stddef.h> +#include <stdint.h> +#include <stdlib.h> +#include <string.h> #ifndef LS_REALLOC #define LS_REALLOC realloc |
