+1
-3
@@ -4,8 +4,6 @@
|
||||
|
||||
/* includes */
|
||||
|
||||
#include "data.h"
|
||||
#include "define.h"
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@@ -31,7 +29,7 @@ int getCursorPosition(int *rows, int *cols);
|
||||
|
||||
int getWindowSize(int *rows, int *cols);
|
||||
|
||||
char *key_to_string(int key);
|
||||
char *keyToString(int key);
|
||||
|
||||
void appDebug(const char *fmt, ...);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user