1
0
Fork 0
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:
Henrik Hautakoski 2018-12-18 13:25:56 +01:00
parent f385a4c47e
commit 8ef4c7edcd
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA
2 changed files with 2 additions and 2 deletions

View file

@ -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) {