| author | |
| committer | |
| log | 790d439ce22888145e5a2c33052fe114b56049d4 |
| tree | 962b8ed8c890eb5adc04803a180632869235a979 |
| parent | d3d3e4e374e47b275dd3e0483634852b2d0a56d8 |
| signature |
1 files changed, 3 insertions(+), 4 deletions(-)
src/util.cpp+3-4| ... | ... | @@ -5,13 +5,12 @@ |
| 5 | 5 | * See http://opensource.org/licenses/MIT |
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | #include <stdlib.h> | |
| 9 | #include <stdio.h> | |
| 10 | #include <stdarg.h> | |
| 11 | ||
| 12 | 8 | #include "util.hpp" |
| 13 | 9 | #include "userland.h" |
| 14 | 10 | |
| 11 | #include <stdio.h> | |
| 12 | #include <stdarg.h> | |
| 13 | ||
| 15 | 14 | void zig_panic(const char *format, ...) { |
| 16 | 15 | va_list ap; |
| 17 | 16 | va_start(ap, format); |