From 435ab65d59f2a2eb1908a4b399049f6bfa0934e3 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Thu, 31 Dec 2020 03:20:14 -0500 Subject: Add func to embed a char* (str) into a rope --- structures/rope/rope.h | 1 + 1 file changed, 1 insertion(+) (limited to 'structures/rope/rope.h') diff --git a/structures/rope/rope.h b/structures/rope/rope.h index 4ffd726..80e60a3 100644 --- a/structures/rope/rope.h +++ b/structures/rope/rope.h @@ -4,5 +4,6 @@ typede struct rope_s rope; rope* rope_new(); +rope* str_to_rope(char*); #endif -- cgit v1.1