NOTEMPTY
#define NOTEMPTY(f) ((stat((f),&__s_)==0) && (__s_.st_size!=0) )
#define NOTEMPTY(f) ((stat((f), &__s_) == 0) && (__s_.st_size != 0))