1 2 3 4 5 6
#ifndef IS_SET_H #define IS_SET_H unsigned int is_set(unsigned int value, unsigned char n); #endif /* ! IS_SET_H */