#ifndef SEEN_EAT_H #define SEEN_EAT_H #include "types.h" /* pty.c */ /* win.c */ extern void stupid_test(void); extern win_t* create_win(screen_t*, int l, int t, int r, int b, int sb_h, win_type_t type); extern win_t* init_win(win_t* w, screen_t* s, int l, int t, int r, int b, int sb_h, win_type_t type); extern int destroy_win(win_t* w); #endif