FreeNOS
Data Fields
FILE Struct Reference

A structure containing information about a file. More...

#include <stdio.h>

Data Fields

int fd
 File descriptor. More...
 

Detailed Description

A structure containing information about a file.

Definition at line 60 of file stdio.h.

Field Documentation

◆ fd

int FILE::fd

File descriptor.

Definition at line 63 of file stdio.h.

Referenced by fclose(), fopen(), fread(), and fwrite().


The documentation for this struct was generated from the following file: