www.delorie.com/djgpp/doc/libc-2.01/libc_93.html   search  
Go to the first, previous, next, last section, table of contents.


_close

Syntax

#include <io.h>

int _close(int fd);

Description

This is a direct connection to the MS-DOS close function call, int 0x21, %ah = 0x3e.

Return Value

Zero if the file was closed, else nonzero.


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997