mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 08:31:28 -04:00
2 lines
50 B
C
2 lines
50 B
C
static inline int triple(int x) { return x * 3; }
|