[libc] Remove old libc

Removing the very old PDCLib-based libc, in preparation for adding the
new one.
This commit is contained in:
Justin C. Miller
2022-02-06 12:26:48 -08:00
parent 4545256b49
commit 5ddac353a0
190 changed files with 0 additions and 16073 deletions

View File

@@ -1,14 +0,0 @@
#pragma once
/* Alignment <stdalign.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
*/
#ifndef __cplusplus
#define alignas _Alignas
#define alignof _Alignof
#endif
#define __alignas_is_defined 1
#define __alignof_is_defined 1