summaryrefslogtreecommitdiff
path: root/29_outname/outname.h
blob: acd1f03c4d71a2522de212da3643f0784b3522b4 (plain)
1
2
3
4
5
6
#ifndef __OUTNAME_H__
#define __OUTNAME_H__

char * computeOutputFileName(const char * inputName);

#endif