diff options
| author | ame <[email protected]> | 2024-02-29 16:01:36 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-02-29 16:01:36 -0600 |
| commit | 7465fa182f3ed748184ed7e10999a5e02f722aef (patch) | |
| tree | 8d363a646dbce0c70258ae5232123128ad87535d /src/types/str.h | |
| parent | 03eaa13bcff97661c67b3f2ba1c62147c5ba846c (diff) | |
working on 'rolling' parsing
Diffstat (limited to 'src/types/str.h')
| -rw-r--r-- | src/types/str.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/str.h b/src/types/str.h index ccf379f..54f27e6 100644 --- a/src/types/str.h +++ b/src/types/str.h @@ -16,5 +16,5 @@ void str_free(str*); void str_push(str*, char*); void str_pushl(str*, char*, size_t); void str_clear(str*); - +void str_popf(str*, int); #endif //__STR_H
\ No newline at end of file |
