sysmacros.h\bits\include - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/include/bits/sysmacros.h
blob: da29022d974521bda34386ceba61bf456dd33cfe (plain) (blame)
1
2
3
4
5
6
7
#define major(x) (((x) >> 8) & 0xff)
#define minor(x) ((x) & 0xff)
#define makedev(x,y) (((x)<<8)|((y)&0xff))
//#define makedev(x,y) \
//	((x)*0x100000001ULL)&(0xfffffffffff0)
//	((y)*0x1001 & 0xffff0ff)
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月10日 02:29:31 +0000

AltStyle によって変換されたページ (->オリジナル) /