gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:__sseterr (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/stdio.h - 15.7KB - 450 lines
412: #define __isthreaded 1 //extern int __isthreaded;
413: #define __sseterr(p,eno) ((void)((p)->_flags |= __SERR, (p)->_er = (eno) & 0xffff))
414: #define feof(p)         (!__isthreaded ? __sfeof(p) : (feof)(p))