Structural division
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#ifndef VECTOR_H
|
||||
#define VECTOR_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
@ -30,4 +29,5 @@ extern void vector_set(vector_t * vector,
|
||||
|
||||
extern void vector_free(vector_t * vector);
|
||||
|
||||
#define VECTOR_H
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user