|
Ninja
|
#include "status_printer.h"#include <cinttypes>#include <stdarg.h>#include <stdlib.h>#include "build.h"#include "debug_flags.h"#include "exit_status.h"
Go to the source code of this file.
Macros | |
| #define | __STDC_FORMAT_MACROS |
| #define | FORMAT_TIME_HMMSS(t) |
| #define | FORMAT_TIME_MMSS(t) "%02" PRId64 ":%02" PRId64 "", (t) / 60, (t) % 60 |
| #define __STDC_FORMAT_MACROS |
Definition at line 21 of file status_printer.cc.
| #define FORMAT_TIME_HMMSS | ( | t | ) |