• Alessandro Rubini's avatar
    general: use <string.h> and fix prototypes · 8cbe8692
    Alessandro Rubini authored
    Even the freestanding lm32 compiler has <string.h> (because gcc builds
    newlib by default as a minimal fallback).  Since I want to get rid of
    pp_strlen and such stuff, we'd better include <string.h>, win size_t
    and use the standard definitions for standard functions.
    
    When we port to systems with no <string.h> we can provide it inside
    its own arch- directory. So no harm is done and the code is simplified.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    8cbe8692
Name
Last commit
Last update
..
include/arch Loading commit data...
Makefile Loading commit data...
bare-i386.h Loading commit data...
bare-i386.lds Loading commit data...
bare-io.c Loading commit data...
bare-socket.c Loading commit data...
bare-startup.c Loading commit data...
bare-timer.c Loading commit data...
crt0.S Loading commit data...
main-loop.c Loading commit data...
syscalls.c Loading commit data...
syscalls.h Loading commit data...