Cadabra
Computer algebra system for field theory problems
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
popen2.hh File Reference
#include <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

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