This commit is contained in:
2026-09-13 15:47:54 -04:00
parent 5a78522d8e
commit 3b279e25af
3 changed files with 124 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
cat_buf: .space 4096
.section .text
.globl cat_file, open_fd, file_exists
.globl cat_file, open_fd
# Cat out the given file to stdout
# @param[in] a0: ptr to null-terminated file str.