代码搜索:fgets
找到约 1,547 项符合「fgets」的源代码
代码结果 1,547
www.eeworm.com/read/493005/6403710
fgets
NAME
fgets - read the next line from a file, newline is kept
SYNOPSIS
fgets(fd)
TYPES
fd file
return str or nil
DESCRIPTION
This function reads the next line, including any tr
www.eeworm.com/read/190618/8440118
c fgets.c
/*************************************************************
* File: lib/fgets.c
* Purpose: Part of C runtime library
* Author: Phil Bunce (pjb@carmel.com)
* Revision History:
* 970304 Start of
www.eeworm.com/read/287172/8712971
mac fgets.mac
INCLUDE PROLOG.H
_CC1:
PUBLIC _fgets
_fgets:
MOV BX,6
ADD BX,SP
MOV BX,[BX]
PUSH BX ;
MOV BX,6
ADD BX,SP
MOV BX,[BX]
PUSH BX ;
MOV BX,6
ADD BX,SP
MOV BX,[BX]
PUSH BX ;
www.eeworm.com/read/287172/8713006
c fgets.c
www.eeworm.com/read/184984/9061577
c fgets.c
www.eeworm.com/read/184984/9061791
c fgets.c
www.eeworm.com/read/183756/9141897
c fgets.c
/* fgets.c - Read lines of text from a stream. stdio.h */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,05mar93,jdi documentation cleanup for
www.eeworm.com/read/376197/9325402
c fgets.c
www.eeworm.com/read/166455/10019645
c fgets.c
www.eeworm.com/read/166455/10019787