| FreeBASIC
    0.91.0
    | 

Go to the source code of this file.
| Data Structures | |
| struct | _DEV_INFO_WIDTH | 
| Typedefs | |
| typedef struct _DEV_INFO_WIDTH | DEV_INFO_WIDTH | 
| Functions | |
| static void | fb_hListDevInit (FB_LIST *list) | 
| Initialize the list of device info nodes.  More... | |
| static DEV_INFO_WIDTH * | fb_hListDevElemAlloc (FB_LIST *list, const char *device, int width) | 
| Allocate a new device info node.  More... | |
| FBCALL int | fb_WidthDev (FBSTRING *dev, int width) | 
| Variables | |
| static FB_LIST * | dev_info_widths = NULL | 
| Pointer to the device info list.  More... | |
| typedef struct _DEV_INFO_WIDTH DEV_INFO_WIDTH | 
| 
 | static | 
Allocate a new device info node.
Definition at line 23 of file io_widthdev.c.


| 
 | static | 
Initialize the list of device info nodes.
Definition at line 14 of file io_widthdev.c.


Pointer to the device info list.
Definition at line 45 of file io_widthdev.c.