|
Bitfile
0.9.2
Bit stream file I/O library
|
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... | |
This module contains code demonstrating the usage of the bit file library.
| #define NUM_CALLS 5 |
The number of times to loop through function calls
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
This function demonstrates the usage of each of the bit file functions.
| argc | The number command line arguments (not used) |
| argv | An array of command line arguments (not used) |
EXIT_SUCCESS on success, otherwise EXIT_FAILURE. 
1.8.14