FACTOID # 112: Don't start a company in Australia. More than 20% of the tax collected in Australia is corporate income tax.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > Open (system call)
Jump to: navigation, search

A file is opened or created by calling the open function.


int open (const char *pathname, int oflag, .../*,mode_t mode */);

 The pathname is the name of the file to open or create. There are a multiple options for this function, which are apecified by the oflag argument. This argument formed by OR'ing together one or more of the following constants (from <fcntl.h>) 

O_RDONLY Open for reading only,


O_WRONLY Open for writing only,


O_RDWR Open for reading and writing,


Optional:


O_APPEND, O_CREAT, O_EXCL, O_TRUNC, O_NOCTTY, O_NONBLOCK, O_SYNC



Zaheer Anjum Kazi 203.109.65.3 07:25, 3 November 2005 (UTC)


Reference: Advanced Unix Programming in the UNIX Environment W. Richard Stevens ISBN 81-7808-096-6



 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.