Bitfile  0.9.2
Bit stream file I/O library
Macros | Functions
Usage Examples

This module contains code demonstrating the usage of the bit file library. More...

Macros

#define NUM_CALLS   5
 

Functions

int main (int argc, char *argv[])
 This function demonstrates the usage of each of the bit file functions. More...
 

Detailed Description

This module contains code demonstrating the usage of the bit file library.

Macro Definition Documentation

◆ NUM_CALLS

#define NUM_CALLS   5

The number of times to loop through function calls

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

This function demonstrates the usage of each of the bit file functions.

Parameters
argcThe number command line arguments (not used)
argvAn array of command line arguments (not used)
Effects
Writes bit file, reads back results, printing them to stdout.
Returns
EXIT_SUCCESS on success, otherwise EXIT_FAILURE.
Here is the call graph for this function: