1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-12-24 22:59:49 +05:30

reverse-ramdisk.c: comment: fix ratio

This commit is contained in:
Intel A80486DX2-66 2023-12-30 16:01:21 +03:00
parent d08f28b6e8
commit eaf2bd306c
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -1,7 +1,7 @@
/*
C programming idea: Handling temporary files like memory allocations (allocating -> creating empty file, using -> locking for R/W, freeing -> deleting).
50% AI, 50% human (the code is tested and reviewed)
20% AI, 80% human (the code is tested and reviewed)
Warning: The current result is quick and dirty. Not for educational or
production purposes.