FDL Core Library
ASC Framing Decision List — C/C++ Reference Implementation
Loading...
Searching...
No Matches
Macros
fdl_compat.h File Reference

Cross-platform portability macros. More...

#include <cstring>

Go to the source code of this file.

Macros

#define fdl_strdup   strdup
 POSIX strdup.
 

Detailed Description

Cross-platform portability macros.

Provides fdl_strdup as a portable wrapper for strdup (POSIX) / _strdup (MSVC).