Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
popen2.hh File Reference
#include <internal/unistd.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <string>

Go to the source code of this file.

Functions

FILE * popen2 (std::string command, std::string type, int &pid)
int pclose2 (FILE *fp, pid_t pid)

Function Documentation

◆ pclose2()

int pclose2 ( FILE * fp,
pid_t pid )

◆ popen2()

FILE * popen2 ( std::string command,
std::string type,
int & pid )