pso_gc_tools/defs.h

7 lines
120 B
C
Raw Normal View History

#ifndef DEFS_H_INCLUDED
#define DEFS_H_INCLUDED
#define _PACKED_ __attribute__((packed))
#endif