PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
Public Attributes | List of all members
_FILE Struct Reference
+ Collaboration diagram for _FILE:

Public Attributes

long _cnt
 
unsigned char_ptr
 
unsigned char_base
 
unsigned int _flag
 
long _bsiz
 
_atomic_t _lock
 
struct __driver_drv
 
unsigned char _chbuf [_SMALL_BUFSIZ]
 
unsigned long drvarg [4]
 

Detailed Description

Definition at line 62 of file stdio.h.

Member Data Documentation

◆ _base

unsigned char* _FILE::_base

Definition at line 82 of file stdio.h.

◆ _bsiz

long _FILE::_bsiz

Definition at line 84 of file stdio.h.

◆ _chbuf

unsigned char _FILE::_chbuf[_SMALL_BUFSIZ]

Definition at line 94 of file stdio.h.

◆ _cnt

long _FILE::_cnt

Definition at line 80 of file stdio.h.

◆ _drv

struct __driver* _FILE::_drv

Definition at line 90 of file stdio.h.

◆ _flag

unsigned int _FILE::_flag

Definition at line 83 of file stdio.h.

◆ _lock

_atomic_t _FILE::_lock

Definition at line 87 of file stdio.h.

◆ _ptr

unsigned char* _FILE::_ptr

Definition at line 81 of file stdio.h.

◆ drvarg

unsigned long _FILE::drvarg[4]

Definition at line 97 of file stdio.h.


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