nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

getln.h (82B)


      1 #ifndef GETLN_H
      2 #define GETLN_H
      3 
      4 extern int getln();
      5 extern int getln2();
      6 
      7 #endif