diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-09-06 14:05:17 -0500 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-09-06 14:05:17 -0500 |
| commit | 7b67ab3d6fbc74c95f35b992286cb98492c8b433 (patch) | |
| tree | f72f431afaa17033a9651fbbc989bd7ec34813de /test.c | |
| parent | 739421c86f5fabfef5c765beea7741a7409976d7 (diff) | |
| download | sloth-7b67ab3d6fbc74c95f35b992286cb98492c8b433.tar.gz | |
restructured filetree
Diffstat (limited to 'test.c')
| -rw-r--r-- | test.c | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -1,19 +0,0 @@ -#include <stdio.h> - -void print(char* x) { - printf("%s", x); -} -void printfl(float x) { - printf("%f", x); -} -void printdeez(int x) { - printf("%d", x); -} - -int as_int(float x) { - return (int) x; -} - -void termpos(int x, int y) { - printf("\x1b[%d;%dH", x, y); -} |
