forked from NeoFlock/noom
compiler: basic code in place + all: rename streql to memeq
Reviewed-on: NeoFlock/noom#5 Co-authored-by: tema5002 <tema5002@tuta.io> Co-committed-by: tema5002 <tema5002@tuta.io>
This commit is contained in:
@@ -7,6 +7,9 @@ void tab(noom_uint_t amount) {
|
||||
amount *= 2;
|
||||
for (noom_uint_t i = 0; i < amount; i++) {
|
||||
putchar(' ');
|
||||
putchar(' ');
|
||||
putchar(' ');
|
||||
putchar(' ');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user