2 * (c) Oleg Puchinin 2006
3 * graycardinalster@gmail.com
17 #include "temp_names.h"
49 #define SB_FLSET(arg) (ENV->sb_flags |= (1<<arg))
50 #define SB_FLGET(arg) (ENV->sb_flags & (1<<arg))
51 #define container_of(var, type) ((type) var)
56 # define PACKAGE "silent_bob"
59 inline bool abc_test (char * ptr
)