File: procio.h

package info (click to toggle)
procps 2%3A4.0.4-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,044 kB
  • sloc: ansic: 30,566; sh: 5,486; exp: 592; makefile: 562; sed: 16
file content (6 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#ifndef PROCPS_PROC_PROCIO_H
#define PROCPS_PROC_PROCIO_H

FILE *fprocopen(const char *path, const char *mode);

#endif