1 2 3 4 5 6 7 8
#ifndef TOTP_COMMON_H #define TOTP_COMMON_H #if !__GNUC__ # define __attribute__(x) #endif #endif /* !TOTP_COMMON_H */