/src/lib/libc/stdio/ |
fseek.c | 1 /* $NetBSD: fseek.c,v 1.24 2014/11/16 20:32:52 christos Exp $ */ 34 __RCSID("$NetBSD: fseek.c,v 1.24 2014/11/16 20:32:52 christos Exp $"); 54 fseek(FILE *fp, long l_offset, int whence) function in typeref:typename:int 59 /* This is a bad idea because makes fseek(fp, -6, SEEK_SET) work... */
|
fseek.c | 1 /* $NetBSD: fseek.c,v 1.24 2014/11/16 20:32:52 christos Exp $ */ 34 __RCSID("$NetBSD: fseek.c,v 1.24 2014/11/16 20:32:52 christos Exp $"); 54 fseek(FILE *fp, long l_offset, int whence) function in typeref:typename:int 59 /* This is a bad idea because makes fseek(fp, -6, SEEK_SET) work... */
|
fseek.c | 1 /* $NetBSD: fseek.c,v 1.24 2014/11/16 20:32:52 christos Exp $ */ 34 __RCSID("$NetBSD: fseek.c,v 1.24 2014/11/16 20:32:52 christos Exp $"); 54 fseek(FILE *fp, long l_offset, int whence) function in typeref:typename:int 59 /* This is a bad idea because makes fseek(fp, -6, SEEK_SET) work... */
|