The linux programming interface
... _exit() 537 The Linux Programming inTerface A Linux and UNIX ® System Programming Handbook The Linux Programming inTerface The Linux Programming Interface is the definitive ... to programmers working on other UNIX platforms. The Linux Programming Interface is the most com- prehensive single-volume work on the Linux and UNIX...
Ngày tải lên: 19/03/2014, 13:43
... the major and minor device numbers of the device on which the file resides and the inode number, which locates the file in the file system .The remainder of the line lists values internal to the ... maps displays the range of addresses in the process’s address space into which the file is mapped, the permissions on these addresses, the name of the file, and other...
Ngày tải lên: 26/01/2014, 07:20
... and other functions. The sequence \n in the string is C notation for the newline character, which when printed advances the output to the left margin on the next line. If you leave out the \n ... characters from the standard input, interprets them according to the specification in format, and stores the results through the remaining arguments. The format argument is de...
Ngày tải lên: 16/08/2012, 11:09
The C programming language.
... *(pa+1) refers to the contents of a[1], pa+i is the address of a[i], and *(pa+i) is the contents of a[i]. These remarks are true regardless of the type or size of the variables in the array a. The meaning ... and indeed regularly use the entire language. For many years, the definition of C was the reference manual in the first edition of The C Programming Langua...
Ngày tải lên: 14/11/2012, 17:10
The Linux Shell and BASH Scripting
... status The variable $? contains the return code of the previous executed command or application. 0 Success ≠0 Failure The exit n command will cause the script to quit and assign the value ... more position to the left or right. The Saigon CTT Flow control Flow control Loops : do something more than one Loop commands : for, while, until The Saigon CTT Th...
Ngày tải lên: 24/06/2013, 01:25
Compiling the linux kernel
... NINH MẠNG ATHENA 2 Bis Đinh Tiên Hoàng, P. Đa Cao, Q.1, TP.HCM Tel: (84-8) 38244041 – 0989012418 www.athena.edu.vn Biên soạn: Nguyễn Trí Thức – Lưu Hành Nội Bộ 98 Insert lại theo thứ ... TRUNG TÂM ĐÀO TẠO QUẢN TRỊ VÀ AN NINH MẠNG ATHENA 2 Bis Đinh Tiên Hoàng, P. Đa Cao, Q.1, TP.HCM Tel: (84-8) 38244041 – 0989012418 www.athena.edu.vn Biên soạn: Nguyễn Trí Thức – Lưu ... lựa....
Ngày tải lên: 29/09/2013, 20:20
The Unix system interface
... the smallest block that will satisfy the request. If the block is exactly the size requested it is unlinked from the list and returned to the user. If the block is too big, it is split, and the ... machines, the most restrictive type is a double; on others, int or long suffices. A free block contains a pointer to the next block in the chain, a record of the size of t...
Ngày tải lên: 30/09/2013, 06:20
Data Models, Datasets, and the ADO.NET Interface
... dataset from the data reader. Writing the C# Interface Code It is time to share the C# code with you now. These lines of code are the instructions that do the job of collecting the data, storing ... into the DataReader (drReport) object. The next line is a special call to the Load() method fr om the dataset. This call will read the data from DataReader to the tabl...
Ngày tải lên: 05/10/2013, 08:48
Advanced Linux Programming: 11-A Sample GNU/Linux Application
... NUL-terminate the file contents. */ status_info[rval] = ‘\0’; /* The program name is the second element of the file contents and is surrounded by parentheses. Find the positions of the parentheses in the ... way the client displays the current time. 11.3.2 Show the GNU /Linux Distribution The issue.so module (see Listing 11.7) displays information about the GNU /Linu...
Ngày tải lên: 17/10/2013, 19:15