#ifndef CON_H #define CON_H unsigned con_lines(void); unsigned con_cols(void); #endif