What's the most easy way to declare such a struct, especially one should know the basic C type behind type such as dev_t or ino_t?
I tried the constants utility which is bundled with alien, but I guess it only works with magic number not something like dev_t
--
lei yang