This commit is contained in:
Miloslav Ciz 2024-07-18 20:20:45 +02:00
parent cc40dcb437
commit fb2cdc5096
11 changed files with 1799 additions and 1786 deletions

1
c.md
View file

@ -59,6 +59,7 @@ C is extreme well established, standardized and implemented so there is a great
- Borland Turbo C: old proprietary compiler with [IDE](ide.md).
- [sdcc](sdcc.md) (small device C compiler): For small 8 bit [microcontrollers](mcu.md).
- msvc ([Micro$oft](microsoft.md) visual C++): Badly bloated proprietary C/C++ compiler by a shitty [corporation](corporation.md). Avoid.
- [M2-Planet](m2_planet.md): Simple compiler of C subset used for bootstrapping the [GNU](gnu.md) operating system.
- ...
## Standard Library