October 2017
Intermediate to advanced
586 pages
14h 8m
English
The prototype of the read() method is given as follows:
ssize_t (*read) (struct file *filp, char __user *buf, size_t count, loff_t *pos);
The return value is the size read. The rest of the method's elements are described here: