BEAST
- Free Software Audio Synthesizer and Tracker
0.9.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
launchers
suidmain.h
Go to the documentation of this file.
1
// CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
2
#ifndef __SUIDMAIN_H__
3
#define __SUIDMAIN_H__
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
/* __cplusplus */
8
9
/* custom program name finder */
10
const
char
* custom_find_executable (
int
*argc,
11
char
***argv);
12
/* check for "--" and similar arguments */
13
int
custom_check_arg_stopper (
const
char
*argument);
14
15
#ifdef __cplusplus
16
}
17
#endif
/* __cplusplus */
18
19
#endif
/* __SUIDMAIN_H__ */
Generated on Wed Sep 16 2015 09:58:48 for BEAST - Free Software Audio Synthesizer and Tracker by
1.8.9.1