CE Add copy command
This commit is contained in:
@@ -12,4 +12,6 @@ void strbuf_append (struct strbuf* strbuf, char c);
|
||||
|
||||
void strbuf_append_str (struct strbuf* strbuf, const char* s);
|
||||
|
||||
void strbuf_append_n (struct strbuf* strbuf, const char* s, size_t n);
|
||||
|
||||
#endif // _STRBUF_H
|
||||
|
||||
Reference in New Issue
Block a user