diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-27 13:56:04 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-27 13:56:04 +0200 |
commit | 034928864685ce8634f06a2bcffd28a0fe8555eb (patch) | |
tree | 5512a076cb0c9c6e83c1e5d1f26ca232d6b8bc8c | |
parent | Good (diff) | |
download | lowbat-bsd-034928864685ce8634f06a2bcffd28a0fe8555eb.tar.gz lowbat-bsd-034928864685ce8634f06a2bcffd28a0fe8555eb.tar.bz2 lowbat-bsd-034928864685ce8634f06a2bcffd28a0fe8555eb.tar.xz lowbat-bsd-034928864685ce8634f06a2bcffd28a0fe8555eb.tar.zst lowbat-bsd-034928864685ce8634f06a2bcffd28a0fe8555eb.zip |
f_percent rewrite done
-rw-r--r-- | asm/f_percent.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asm/f_percent.asm b/asm/f_percent.asm index 539e2e7..fec4695 100644 --- a/asm/f_percent.asm +++ b/asm/f_percent.asm @@ -11,7 +11,6 @@ /* ************************************************************************************ */ .text - .extern printf .extern system .extern atoi .globl f_percent |