Y
Hacker News
new
|
ask
|
show
|
jobs
by
khrbtxyz
585 days ago
Function typedefs make this less confusing by removing awkward parentheses. e.g.
typedef int read_block_fn(void *context, u8 *buf, unsigned int block, size_t len);
https://github.com/torvalds/linux/blob/0a9b9d17f3a781dea03ba...