HermesCommon  2.0
compat.h File Reference

File containing platform compatibility layer, especially for Win / MSVC. More...

#include <stdio.h>
#include "c99_functions.h"

Go to the source code of this file.

Macros

#define HERMES_API
 
#define strcasecmp   strcmp
 
#define NORETURN
 

Functions

FILE * fmemopen (void *buf, size_t size, const char *opentype)
 Implementation of GNU fmemopen. Intended to be used if the current platform does not support it.
 

Detailed Description

File containing platform compatibility layer, especially for Win / MSVC.

Definition in file compat.h.