mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
This new libc is mostly from scratch, with *printf() functions provided by Marco Paland and Eyal Rozenberg's tiny printf library, and malloc and friends provided by dlmalloc.
6 lines
96 B
C
6 lines
96 B
C
#pragma once
|
|
/// \file arch/amd64/errno.h
|
|
/// errno implementation for amd64
|
|
|
|
extern int errno;
|