nightmaremail

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

open.h (163B)


      1 #ifndef OPEN_H
      2 #define OPEN_H
      3 
      4 extern int open_read();
      5 extern int open_excl();
      6 extern int open_append();
      7 extern int open_trunc();
      8 extern int open_write();
      9 
     10 #endif