3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

Added log_spacer()

This commit is contained in:
Clifford Wolf 2014-08-16 15:34:00 +02:00
parent 674f421b47
commit dbdf89c705
3 changed files with 20 additions and 2 deletions

View file

@ -51,6 +51,7 @@ void log_header(const char *format, ...) __attribute__ ((format (printf, 1, 2)))
void log_error(const char *format, ...) __attribute__ ((format (printf, 1, 2))) __attribute__ ((noreturn));
void log_cmd_error(const char *format, ...) __attribute__ ((format (printf, 1, 2))) __attribute__ ((noreturn));
void log_spacer();
void log_push();
void log_pop();