summaryrefslogblamecommitdiffstats
path: root/libcrecovery/common.h
blob: 59af22e53fc436a38c9ff3d9b345afbe3a9d081b (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                      
#ifndef LIBCRECOVERY_COMMON_H
#define LIBCRECOVERY_COMMON_H

#include <stdio.h>

int __system(const char *command);
FILE * __popen(const char *program, const char *type);
int __pclose(FILE *iop);

#endif