chore: add project framework
This commit is contained in:
parent
342f977ac7
commit
65d67b2c01
7 changed files with 82 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef VIETER_DYNARRAY
|
||||
#define VIETER_DYNARRAY
|
||||
#ifndef CIETER_DYNARRAY
|
||||
#define CIETER_DYNARRAY
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef VIETER_PACKAGE
|
||||
#define VIETER_PACKAGE
|
||||
#ifndef CIETER_PACKAGE
|
||||
#define CIETER_PACKAGE
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef VIETER_PACKAGE_INFO
|
||||
#define VIETER_PACKAGE_INFO
|
||||
#ifndef CIETER_PACKAGE_INFO
|
||||
#define CIETER_PACKAGE_INFO
|
||||
|
||||
#define FREE_STRING(sp) if (sp != NULL) free(sp)
|
||||
|
||||
|
|
|
|||
Reference in a new issue