Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!lll-winken!sol.ctr.columbia.edu!caen!ox.com!math.fu-berlin.de!msi.umn.edu!umeecs!heavy From: heavy@zip.eecs.umich.edu (Richard Scott Hall) Newsgroups: comp.sys.atari.st.tech Subject: Fopen vs. open Summary: What's the difference? Message-ID: <1991May10.190549.1252@zip.eecs.umich.edu> Date: 10 May 91 19:05:49 GMT Sender: Richard Hall Distribution: all Organization: University of Michigan EECS Dept. Lines: 13 I am using GNU C, and I was just wondering what is the difference between Fopen() [not fopen()] and open()? Are the file descriptors they return totally different? The reason I am asking, is when the new Flock() function is implemented for networking, will we HAVE to use Fopen() or can we still use open()? Richard Hall University of Michigan -- Standard disclaimer: I am not me, I am who you think you are... so don't blame me.