#include #include #include #define and && #define or || char *strdup(char *c) { char *ugh = malloc(strlen(c)+1); return strcpy(ugh, c); } void parseT(char *_); int ryzi(char *s) { int i, f=0, last = -1; /* printf("test na ryzost: %s", s);*/ if (s[0] == '(' and s[strlen(s)-1] == ')') return 0; for (i=0; i