代码搜索:Write
找到约 10,000 项符合「Write」的源代码
代码结果 10,000
www.eeworm.com/read/354342/10362345
c write.c
/*
* linux/lib/write.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include
_syscall3(int,write,int,fd,const char *,buf,off_t,count)
www.eeworm.com/read/278961/10485724
png write.png
www.eeworm.com/read/278758/10512023
txt write.txt
const a=2,b=3,c=7.5;
var x,y,z:integer;
begin
x:=a;
y:=b;
z:=c;
write("x=",x);
write("y=",y);
write("z=",z);
end
.
www.eeworm.com/read/352754/10514999
c write.c
/*
* linux/lib/write.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#define __LIBRARY__
#include
#include
_syscall3(int,write,int,fd,const char *,
www.eeworm.com/read/278507/10530711
c write.c
/*
* Copyright (c) 1993 W. Richard Stevens. All rights reserved.
* Permission to use or modify this software and its documentation only for
* educational purposes and without fee is hereby granted
www.eeworm.com/read/352494/10548246
gif write.gif
www.eeworm.com/read/423520/10554401
gif write.gif
www.eeworm.com/read/160086/10572286