errno.c (115B)
1 /* 2 * errno.c - define 'int errno;' 3 * Copyright (C) 2026. All rights reserved. 4 */ 5 6 #include "libc.h" 7 8 int errno;