Cadabra
Computer algebra system for field theory problems
|
#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) |
int pclose2 | ( | FILE * | fp, |
pid_t | pid | ||
) |
FILE* popen2 | ( | std::string | command, |
std::string | type, | ||
int & | pid | ||
) |