Searched defs:fgets (Results 1 - 2 of 2) sorted by path

/bionic/libc/include/
H A Dstdio.h232 char *fgets(char *, int, FILE *);
522 __asm__(__USER_LABEL_PREFIX__ "fgets");
524 __attribute__((__error__("fgets called with size bigger than buffer")));
526 __attribute__((__error__("fgets called with size less than zero")));
530 char *fgets(char *dest, int size, FILE *stream) function
/bionic/libc/stdio/
H A Dfgets.c1 /* $OpenBSD: fgets.c,v 1.10 2005/08/08 08:05:36 espie Exp $ */
45 fgets(char *buf, int n, FILE *fp) function

Completed in 460 milliseconds