further cleanup and organization
This commit is contained in:
1
include/README.md
Normal file
1
include/README.md
Normal file
@@ -0,0 +1 @@
|
||||
To use any single header file, either include `version.h` or remove the include from the top.
|
||||
@@ -1,11 +1,7 @@
|
||||
#ifndef LTYPES_ARRAY_H
|
||||
#define LTYPES_ARRAY_H
|
||||
|
||||
#define L_TYPES_AUTHOR "Lucielle <luci@git.lunarware.tech"
|
||||
#define L_TYPES_REPO "https://git.lunarware.tech/lucielle/ltypes.git"
|
||||
#define L_TYPES_VERSION "0.1.0"
|
||||
#define L_TYPES_LICENSE "GNU GPL v3"
|
||||
|
||||
#include "version.h"
|
||||
#include <stddef.h>
|
||||
|
||||
typedef struct {
|
||||
|
||||
9
include/version.h
Normal file
9
include/version.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef LTYPES_VERSION_H
|
||||
#define LTYPES_VERSION_H
|
||||
|
||||
#define L_TYPES_AUTHOR "Lucielle <luci@git.lunarware.tech"
|
||||
#define L_TYPES_REPO "https://git.lunarware.tech/lucielle/ltypes.git"
|
||||
#define L_TYPES_VERSION "0.1.0"
|
||||
#define L_TYPES_LICENSE "GNU GPL v3"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user