7 lines
84 B
C
7 lines
84 B
C
#ifndef DD_H
|
|
#define DD_H
|
|
|
|
extern int dd(const char *,const char *,char *);
|
|
|
|
#endif
|