Newer
Older
Scratch / mobius / src / libc / stdlib / errno.c
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 92 bytes Scratch
#include <os/os.h>
#include <errno.h>

int *__errno()
{
	return &thrGetInfo()->last_error;
}