diff options
| author | Nakidai <nakidai@disroot.org> | 2025-03-23 20:56:47 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2025-03-23 20:56:47 +0300 |
| commit | 159666bae6cc185a5abac154b85c49406f32f30c (patch) | |
| tree | a5f424eb11e83dd1831b824229e359583bcc9f5d /src/instruction/add.c | |
| parent | c74aea420c662039072f606b2d5ef1c73426e481 (diff) | |
| download | 3cl-159666bae6cc185a5abac154b85c49406f32f30c.tar.gz 3cl-159666bae6cc185a5abac154b85c49406f32f30c.zip | |
Last time I was here 8 months ago, idk what is this
Diffstat (limited to 'src/instruction/add.c')
| -rw-r--r-- | src/instruction/add.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/instruction/add.c b/src/instruction/add.c index 81bef71..23d4f8c 100644 --- a/src/instruction/add.c +++ b/src/instruction/add.c @@ -1,6 +1,5 @@ #include "3cl.h" -#include "readchar.h" #include "stack.h" #include "utils.h" |