SmolRTSP  0.1.3
A small, portable, extensible RTSP 1.0 implementation in C99
option.h File Reference

Optional values. More...

#include <datatype99.h>
#include <metalang99.h>
Include dependency graph for option.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SMOLRTSP_DEF_OPTION(...)    ML99_OVERLOAD(SMOLRTSP_PRIV_DEF_OPTION_, __VA_ARGS__)
 Defines a typed optional value. More...
 

Detailed Description

Optional values.

Macro Definition Documentation

◆ SMOLRTSP_DEF_OPTION

#define SMOLRTSP_DEF_OPTION (   ...)     ML99_OVERLOAD(SMOLRTSP_PRIV_DEF_OPTION_, __VA_ARGS__)

Defines a typed optional value.

See Datatype99 for the macro usage.