Rizin
unix-like reverse engineering framework and cli tools
suffix.h
Go to the documentation of this file.
1 //
5 //
6 // Author: Lasse Collin
7 //
8 // This file has been put into the public domain.
9 // You can do whatever you want with this file.
10 //
12 
19 extern char *suffix_get_dest_name(const char *src_name);
20 
21 
28 extern void suffix_set(const char *suffix);
unsigned char suffix[65536]
Definition: gun.c:164
void suffix_set(const char *suffix)
Set a custom filename suffix.
Definition: suffix.c:388
char * suffix_get_dest_name(const char *src_name)
Get the name of the destination file.
Definition: suffix.c:373