fixed some bugs; need to make more refactoring

This commit is contained in:
2026-07-23 17:39:39 +03:00
parent 87bf7678b1
commit 6c704fcf9b
11 changed files with 870 additions and 598 deletions

3
main.c
View File

@@ -40,6 +40,9 @@
static int isserver = FALSE;
static pid_t childpid = 0;
// get struct size
//char (*__dummy)[sizeof(cc_IMG)] = 1;
void signals(int signo){
//if(signo) signal(signo, SIG_IGN);
DBG("signo=%d", signo);