about summary refs log tree commit diff stats
path: root/400.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-19 22:15:40 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-19 22:15:40 -0700
commit4449f4878138e2d7baa2b227098e2d03d0342f39 (patch)
treef9e66d428aefc233a50effb965e4d3db21dcc587 /400.mu
parenta085820e215614e35accbf4651407f433adf1fda (diff)
downloadmu-4449f4878138e2d7baa2b227098e2d03d0342f39.tar.gz
6810 - tile: adaptive column widths
Diffstat (limited to '400.mu')
-rw-r--r--400.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/400.mu b/400.mu
index dbb16f2e..3e98822b 100644
--- a/400.mu
+++ b/400.mu
@@ -73,6 +73,7 @@ sig parse-decimal-int in: (addr array byte) -> result/eax: int
 sig parse-decimal-int-from-slice in: (addr slice) -> result/eax: int
 sig parse-decimal-int-from-stream in: (addr stream byte) -> result/eax: int
 #sig parse-decimal-int-helper start: (addr byte), end: (addr byte) -> result/eax: int
+sig decimal-size n: int -> result/eax: int
 sig error-byte ed: (addr exit-descriptor), out: (addr buffered-file), msg: (addr array byte), n: byte
 #sig allocate ad: (addr allocation-descriptor), n: int, out: (addr handle _)
 #sig allocate-raw ad: (addr allocation-descriptor), n: int, out: (addr handle _)