Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
axodefn.h File Reference
#include "unix.h"
Include dependency graph for axodefn.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define COMPILER   "gcc"
#define AXOAPI   WINAPI
#define ELEMENTS_IN(p)
#define AX_STRINGIZE_HELPER(a)
#define AX_STRINGIZE(a)
#define AX_FILELINEMSG(msg)
#define DECLARE_STR(Name)
#define USE_STR(Name)

Macro Definition Documentation

◆ AX_FILELINEMSG

#define AX_FILELINEMSG ( msg)
Value:
__FILE__ "(" AX_STRINGIZE(__LINE__) ") : " msg
#define AX_STRINGIZE(a)
Definition axodefn.h:186

Definition at line 192 of file axodefn.h.

◆ AX_STRINGIZE

#define AX_STRINGIZE ( a)
Value:
#define AX_STRINGIZE_HELPER(a)
Definition axodefn.h:182

Definition at line 186 of file axodefn.h.

◆ AX_STRINGIZE_HELPER

#define AX_STRINGIZE_HELPER ( a)
Value:
#a

Definition at line 182 of file axodefn.h.

◆ AXOAPI

#define AXOAPI   WINAPI

Definition at line 121 of file axodefn.h.

◆ COMPILER

#define COMPILER   "gcc"

Definition at line 101 of file axodefn.h.

◆ DECLARE_STR

#define DECLARE_STR ( Name)
Value:
static const char s__sz##Name[] = #Name

Definition at line 204 of file axodefn.h.

◆ ELEMENTS_IN

#define ELEMENTS_IN ( p)
Value:
(sizeof(p)/sizeof((p)[0]))

Definition at line 133 of file axodefn.h.

◆ USE_STR

#define USE_STR ( Name)
Value:
s__sz##Name

Definition at line 205 of file axodefn.h.