Rename struct String to struct dstr
This commit is contained in:
		| @@ -8,7 +8,7 @@ | ||||
| // constantly reallocate | ||||
| #define CAPACITY_SCALAR 8 | ||||
|  | ||||
| struct String { | ||||
| struct dstr { | ||||
|   u64 capacity; | ||||
|   u64 size; | ||||
|   char buf[]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user