????
Current Path : C:/opt/msys64/usr/include/cygwin/ |
Current File : C:/opt/msys64/usr/include/cygwin/bits.h |
/* cygwin/bits.h This file is part of Cygwin. This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ #ifndef _CYGWIN_BITS_H #define _CYGWIN_BITS_H #define _BIT(_bit) (1U << (_bit)) #endif /* _CYGWIN_BITS_H */