Rename struct String to struct dstr
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "aliases.h"
|
||||
|
||||
typedef struct String String;
|
||||
typedef struct dstr String;
|
||||
|
||||
String *dstr_with_capacity(u64 capacity);
|
||||
String *dstr_from_string(const char *str);
|
||||
|
||||
Reference in New Issue
Block a user