Emil Williams 3 месяцев назад
Родитель
Сommit
c8b6df4edd
1 измененных файлов: 3 добавлений и 1 удалений
  1. +3
    -1
      ascii.c

+ 3
- 1
ascii.c Просмотреть файл

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