runit

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

openreadclose.h (166B)


      1 /* Public domain. */
      2 
      3 #ifndef OPENREADCLOSE_H
      4 #define OPENREADCLOSE_H
      5 
      6 #include "stralloc.h"
      7 
      8 extern int openreadclose(const char *,stralloc *,unsigned int);
      9 
     10 #endif