summaryrefslogtreecommitdiff
path: root/getln.h
blob: cf4f9343cc20065a23bd0e878149d35e0d9be478 (plain)
1
2
3
4
5
6
7
#ifndef GETLN_H
#define GETLN_H

extern int getln();
extern int getln2();

#endif