]> git.mdlowis.com Git - proto/aos.git/commit
move standard library functions to helper header so i can work toward their removal
authorMichael D. Lowis <mike.lowis@gentex.com>
Tue, 1 Nov 2022 18:39:05 +0000 (14:39 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Tue, 1 Nov 2022 18:39:05 +0000 (14:39 -0400)
commitfdd97359c96b35faf1fa8003e1f3e61eb1625ef0
tree79d2180024bb34dde1a37f13ff53550aa01b693d
parentb4c8dde0fd929c86782b6862e522455b6bf7f711
move standard library functions to helper header so i can work toward their removal
28 files changed:
bin/dial.c
bin/init.c
bin/listen.c
bin/screenlock.c
bin/shell.c
inc/liba.h
inc/std.h [new file with mode: 0644]
lib/a/Net.c
lib/a/Options.c
lib/a/UTF8.c
lib/a/defaults/options.c
lib/a/defaults/set_option.c
lib/a/gc.c
lib/a/stdlib/ecalloc.c
lib/a/stdlib/efopen.c
lib/a/stdlib/efreadline.c
lib/a/stdlib/emalloc.c
lib/a/stdlib/eraise.c
lib/a/stdlib/erealloc.c
lib/a/stdlib/esignal.c
lib/a/stdlib/estrdup.c
lib/a/stdlib/fatal.c
lib/a/stdlib/forkexec.c
lib/a/stdlib/smprintf.c
lib/a/stdlib/strmcat.c
lib/a/stdlib/warn.c
lib/ui/font_load.c
lib/ui/window_create.c