aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/output.h
diff options
context:
space:
mode:
authorGravatar Tim Segers <tsegers@pm.me>2022-10-20 17:09:18 +0200
committerGravatar Tim Segers <tsegers@pm.me>2022-10-20 18:11:34 +0200
commit569ad230c20dce6b5db49b961e5198c490ba59fd (patch)
treef68eae94c5650f4d42eb2c8c57c1c1066c68149c /src/output.h
parentc52fc3d05530e9eb4eb27aa5e75a7468f6287bb3 (diff)
downloadopendeco-569ad230c20dce6b5db49b961e5198c490ba59fd.tar.gz
Add dirty hack to print gas usage
Diffstat (limited to 'src/output.h')
-rw-r--r--src/output.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/output.h b/src/output.h
index 017e319..8e602a6 100644
--- a/src/output.h
+++ b/src/output.h
@@ -11,6 +11,7 @@
#define LVL 0x2192 /* Unicode Rightwards Arrow */
#define DEC 0x2198 /* Unicode South East Arrow */
#define SWI 0x21BB /* Clockwise Open Circle Arrow */
+#define LTR 0x2113 /* Script Small L */
/* functions */
void print_planhead(void);
@@ -18,5 +19,6 @@ void print_planline(const wchar_t sign, const double depth, const double time, c
void print_planfoot(const decostate_t *ds);
void scan_gas(gas_t *gas, char *str);
+void format_gas(char *buf, const size_t buflen, const gas_t *gas);
#endif /* end of include guard: OUTPUT_H */