summary refs log tree commit diff
path: root/con.h
blob: 0c6fa332d1a6f8e85d6ad46cf43f2cecac53a353 (plain)
1
2
3
4
5
6
7
#ifndef CON_H
#define CON_H

unsigned con_lines(void);
unsigned con_cols(void);

#endif