aboutsummaryrefslogtreecommitdiff
path: root/dd.h
blob: c090358cff4966592a62c9352bb1dc9493955416 (plain)
1
2
3
4
5
6
#ifndef DD_H
#define DD_H

extern int dd(const char *,const char *,char *);

#endif