7 lines
95 B
C
7 lines
95 B
C
|
#ifndef COMPLETE_H
|
||
|
#define COMPLETE_H
|
||
|
|
||
|
void completefile(char *, char *, size_t size);
|
||
|
|
||
|
#endif
|