coronacommit 2

This commit is contained in:
tth 2020-05-13 12:42:05 +02:00
부모 4bd4e1c43f
커밋 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"