a few comments for myself
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Andrew Haynes
|
||||||
|
* dmm.dev@icloud.com
|
||||||
|
* No LICENSE
|
||||||
|
* Vector Library For C
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Types Wanted:
|
* Types Wanted:
|
||||||
* Char
|
* Char
|
||||||
@@ -5,6 +12,8 @@
|
|||||||
* Int
|
* Int
|
||||||
* String
|
* String
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Absolutely no AI is permitted when writing code.
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user