"README.md" did not exist on "a4abd30dc9d6563c0cb5c2b45b75e91668ade251"
Select Git revision
labcomm_error.c
Forked from
Anders Blomdell / LabComm
Source project has a limited visibility.
-
Tommy Olofsson authoredTommy Olofsson authored
cppmacros.h 175 B
// C Preprocessor macros.
#ifndef CPP_MACROS_H
#define CPP_MACROS_H
#define X_EMPTY(mac) var ## 1
#define EMPTY(mac) X_EMPTY(mac) // Returns 1 if macro mac is empty.
#endif