RongersLY 93cecd7544 BIG MERGE!!!
BIG ADD:
- docker
- archlinux

FIX:
- vim
- c_cpp
  - string hash
  - linux /dev/random
  - thread
  - STL
- linux
  - command
    - last

OTHERS:
- add antenna.md
- mirrors
- makefile.md
2025-04-04 17:35:35 +08:00

3 lines
139 B
C

#define offsetof(type, struct_name) (size_t)&(((struct type*)0)->struct_name)
// 计算结构体成员相对结构体首地址的偏移度