diff --git a/c-programming/reverse-ramdisk.c b/c-programming/reverse-ramdisk.c index 89604f4..0213534 100644 --- a/c-programming/reverse-ramdisk.c +++ b/c-programming/reverse-ramdisk.c @@ -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.