This commit is contained in:
Emil Williams 2024-02-03 15:11:49 -05:00
parent 6ea4748158
commit c8b6df4edd

View File

@ -1,4 +1,6 @@
/* ascii.c - The ASCII Table */
/* ascii.c - The ASCII Table
* @BAKE cc $@ -o $* $+
*/
#include <stdio.h>
#include <uchar.h>