diff options
| author | WormHeamer | 2025-12-28 23:56:41 -0500 |
|---|---|---|
| committer | WormHeamer | 2025-12-28 23:56:41 -0500 |
| commit | 31c91a3d2eef181a28ea4c5868c14c51b46386ae (patch) | |
| tree | a4af2f41f510186d10374923c21ade89a82ab9f5 | |
| parent | 74c094eeb77e7a25501603ef668333245f726662 (diff) | |
txt_delete_range()
| -rw-r--r-- | txt.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ void txt_free(Txt *b); TxtLoc txt_insert(TxtLoc l, const char *s, u32 n); TxtLoc txt_delete(TxtLoc l, u32 n); +TxtLoc txt_delete_range(TxtLoc lo, TxtLoc hi); TxtLoc txt_insert_c(TxtLoc l, u32 ch); TxtLoc txt_delete_c(TxtLoc l); |
