This website requires JavaScript.
Explore
Help
Register
Sign In
80486DX2-66
/
gists
Watch
1
Star
0
Fork
0
You've already forked gists
mirror of
https://gitlab.com/80486DX2-66/gists
synced
2025-01-09 23:17:48 +05:30
Code
gists
/
c-programming
/
experiments
History
Intel A80486DX2-66
5a785bfd9f
bool-operations.c: optimize
printf(s "\n")
to
puts(s)
2024-07-03 11:21:38 +03:00
..
bool-operations.c
bool-operations.c: optimize
printf(s "\n")
to
puts(s)
2024-07-03 11:21:38 +03:00
clock-malfunction-imitation.c
clock-malfunction-imitation.c: explain more
2024-06-28 13:48:45 +03:00
floatscan-experiment.c
floatscan-experiment.c: always use local
copysignl
2024-06-25 16:42:40 +03:00
reverse-ramdisk.c
reverse-ramdisk.c: improve the instructions
2024-06-26 11:47:31 +03:00
static-vs-dynamic-mem-alloc.c
relicense: CC0 -> Unlicense
2024-04-25 23:16:39 +03:00