1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 *  linux/lib/write.c
 *
 *  Copyright (C) 1991, 1992  Linus Torvalds
 */

#define __LIBRARY__
#include <linux/unistd.h>
#include <linux/types.h>

_syscall3(int,write,int,fd,const char *,buf,off_t,count)

我要的只是你在我身邊 再愛我一遍