dead simple printf/sprintf implementation.
authorMinep <zelong56@gmail.com>
Wed, 23 Feb 2022 22:56:44 +0000 (22:56 +0000)
committerMinep <zelong56@gmail.com>
Wed, 23 Feb 2022 22:56:44 +0000 (22:56 +0000)
commit84d85ea7b7bba78431600369cf1717166e156cd0
treec143f4acb498bf488eb154433f2382ec6021beb3
parentf52057a6af724d6b701f6b67dcd11bdbdb2c2b03
dead simple printf/sprintf implementation.
.gitignore
lunaix-os/.gitignore
lunaix-os/includes/libc/stdio.h [new file with mode: 0644]
lunaix-os/includes/libc/stdlib.h [new file with mode: 0644]
lunaix-os/includes/libc/string.h
lunaix-os/libs/libc/stdio/printf.c [new file with mode: 0644]
lunaix-os/libs/libc/stdio/sprintf.c [new file with mode: 0644]
lunaix-os/libs/libc/stdlib/itoa.c [new file with mode: 0644]
lunaix-os/libs/libc/string/strcpy.c [new file with mode: 0644]