Bitfile  0.9.2
Bit stream file I/O library
Macros | Functions
sample.c File Reference

Sample program demonstrating the usage of the bit file library. More...

#include <stdio.h>
#include <stdlib.h>
#include "bitfile.h"
Include dependency graph for sample.c:

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

Sample program demonstrating the usage of the bit file library.

Author
Michael Dipperstein (mdipp.nosp@m.erst.nosp@m.ein@g.nosp@m.mail.nosp@m..com)
Date
February 8, 2004

This file demonstrates a simple library of I/O functions for files that contain data in sizes that aren't integral bytes.

This file is part of the bit file library.
License
The bit file library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
The bit file library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.