mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +02:00
move lib/src/vector.c to lib/vector.c
This commit is contained in:
parent
f385a4c47e
commit
8ef4c7edcd
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <vector.h>
|
||||
#include "vector.h"
|
||||
|
||||
static void ensure_size(struct vector* v, size_t n) {
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue