Guitarix
gx_compiler.h
Go to the documentation of this file.
1
#ifndef SRC_HEADERS_GX_COMPILER_H_
2
#define SRC_HEADERS_GX_COMPILER_H_
3
#ifdef GUITARIX_AS_PLUGIN
4
#define __rt_func
//__attribute__((section("TEXT,rt_text")))
5
#define __rt_data
//__attribute__((section("DATA,rt_data")))
6
#else
7
#define __rt_func __attribute__((section("rt_text"
)))
8
#define __rt_data __attribute__((section("rt_data"
)))
9
#endif
10
#endif
// SRC_HEADERS_GX_COMPILER_H_
src
headers
gx_compiler.h
Generated on Thu Sep 4 2025 02:11:56 for Guitarix by
1.9.4