|
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) |
| #define __STDC_FORMAT_MACROS |
Definition at line 21 of file status_printer.cc.
| #define FORMAT_TIME_HMMSS | ( | t | ) |
Referenced by StatusPrinter::FormatProgressStatus().
| #define FORMAT_TIME_MMSS | ( | t | ) |
Referenced by StatusPrinter::FormatProgressStatus().