Open Broadcaster Software
Free, open source software for live streaming and recording
c99defs.h File Reference

Go to the source code of this file.

Macros

#define UNUSED_PARAMETER(param)   (void)param
 
#define DEPRECATED_START
 
#define DEPRECATED_END   __attribute__ ((deprecated))
 
#define FORCE_INLINE   inline __attribute__((always_inline))
 
#define EXPORT
 
#define SIZE_T_FORMAT   "%zu"
 

Macro Definition Documentation

§ DEPRECATED_END

#define DEPRECATED_END   __attribute__ ((deprecated))

§ DEPRECATED_START

#define DEPRECATED_START

§ EXPORT

#define EXPORT

§ FORCE_INLINE

#define FORCE_INLINE   inline __attribute__((always_inline))

§ SIZE_T_FORMAT

#define SIZE_T_FORMAT   "%zu"

§ UNUSED_PARAMETER

#define UNUSED_PARAMETER (   param)    (void)param