-
Notifications
You must be signed in to change notification settings - Fork 0
Functions Overview
Jiri Novotny edited this page Jun 4, 2020
·
2 revisions
Table of content to be created
Checks if given filename is of desired type, if so returns filename of target type, else returns NULL. Params:
char *source: source file name
char *source_type: desired type of the source to be checked
char *terget_type: desired type to translate the filename to
Output:
char *target: target filename with desired type suffix