blob: bf83dd2e009b4b5e14bf20ee58f5b445d54b38c1 [file] [log] [blame]
#ifndef LIBCRECOVERY_COMMON_H
#define LIBCRECOVERY_COMMON_H
int __system(const char *command);
FILE * __popen(const char *program, const char *type);
int __pclose(FILE *iop);
#endif