代码搜索:fputs
找到约 1,470 项符合「fputs」的源代码
代码结果 1,470
www.eeworm.com/read/493005/6403719
fputs
NAME
fputs - write a string to a file
SYNOPSIS
fputs(fd, s1, s2, ...)
TYPES
fd file stream open for writing
s1, s2, ... strings
return null value
DESCRIPTION
This function
www.eeworm.com/read/190618/8439838
c fputs.c
/*************************************************************
* File: lib/fputs.c
* Purpose: Part of C runtime library
* Author: Phil Bunce (pjb@carmel.com)
* Revision History:
* 970304 Start of
www.eeworm.com/read/287172/8713068
c fputs.c
www.eeworm.com/read/287172/8713238
mac fputs.mac
INCLUDE PROLOG.H
_CC1:
PUBLIC _fputs
_fputs:
_CC3:
MOV BX,4
ADD BX,SP
MOV BX,[BX]
MOV AL,[BX]
CBW
MOV BX,AX
OR BX,BX
JNZ $+5
JMP _CC4
MOV BX,4
ADD BX,SP
MOV DX,BX
MOV B
www.eeworm.com/read/184984/9061598
c fputs.c
www.eeworm.com/read/184984/9061658
c fputs.c
www.eeworm.com/read/184984/9061827
c fputs.c
www.eeworm.com/read/183756/9141835
c fputs.c
/* fputs.c - put a string of characters to a file. stdio.h */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,05mar93,jdi documentation cleanup f
www.eeworm.com/read/376197/9325427
c fputs.c
www.eeworm.com/read/166455/10019656