Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
/* CVT node handling in ?: operator */ typedef unsigned long int size_t; struct filecore_direntry { unsigned len:32; }; int main(void) { struct filecore_direntry dirent = { 0 }; size_t uio_resid = 0; size_t bytelen = (((dirent.len)<(uio_resid))?(dirent.len):(uio_resid)); return bytelen; }