Cleaned up some code and set up some TString functions.

This commit is contained in:
2022-06-30 21:54:46 -05:00
parent e79d4aa00a
commit d4331290e5
3 changed files with 147 additions and 72 deletions
+3
View File
@@ -2,6 +2,9 @@
#define TSTRING_H
#include "stdlib.h"
#include <stdio.h>
#include <string.h>
#include <errno.h>
#ifndef DEFAULT_TSTRING_BYTE_BUFFER
#define DEFAULT_TSTRING_BYTE_BUFFER 32