Added function to copy tokens

This essentially just copies the internal string of the token into a
new buffer.
This commit is contained in:
2023-11-29 15:38:57 +00:00
parent 1cba5ccd8d
commit ac70d4031c
2 changed files with 11 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ typedef struct
size_t str_size;
} token_t;
token_t token_copy(token_t);
typedef enum
{
LERR_OK = 0,