diff options
author | Marvin Borner | 2020-07-25 00:12:57 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-25 00:12:57 +0200 |
commit | 16c5b566d04e6cbf63f871bd569d4636a9e90d62 (patch) | |
tree | 3cc851f5608b33f7c0f690ef319e4aa5e6c2ebda /src/main.c | |
parent | e83d78eb48eaaeca83bb21a9da4f98904eed4671 (diff) |
Added fs wrapper
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ void main(struct mem_info *mem_info, struct vid_info *vid_info) printf("hello\n"); ls_root(); - read_file(get_inode(find_inode("font24.bdf", 2))); + printf("%s", read_file("test.txt", 2)); while (1) { }; |