#include void *gladfs_find_next_sibling(void *inode) { if (inode == NULL) return (NULL); return (((struct gladfs_inode_s*)inode)->next); }