coronacommit 2

このコミットが含まれているのは:
tth 2020-05-13 12:42:05 +02:00
コミット af5f983a60
2個のファイルの変更2行の追加0行の削除

1
main.c
ファイルの表示

@ -7,6 +7,7 @@
#include <unistd.h>
#include <string.h>
#include <ctype.h>
#include <ao/ao.h>
#include "nclooper.h"

ファイルの表示

@ -2,6 +2,7 @@
* NcLooper--- interface curses, fonctions de base
*/
#include <curses.h>
#include "ncfuncs.h"