Compile as C! Whoop!

This commit is contained in:
Ginger Bill
2016-11-23 12:25:37 +00:00
parent ef8563a818
commit a77c6b3e55
19 changed files with 231 additions and 222 deletions

View File

@@ -44,7 +44,7 @@ u64 time_stamp__freq(void) {
}
TimeStamp make_time_stamp(String label) {
TimeStamp ts = {};
TimeStamp ts = {0};
ts.start = time_stamp_time_now();
ts.label = label;
return ts;