Select Git revision
test_encoder_decoder.py
Forked from
Anders Blomdell / LabComm
Source project has a limited visibility.
-
Anders Blomdell authored
Fixed python encode_byte to be unsigned.
Anders Blomdell authoredFixed python encode_byte to be unsigned.
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