sox_ng/lpc10/bitio.h
Martin Guy 4172adf555 Update lpc10 to v1.6
From https://github.com/jafingerhut/lpc10 -> lpc10-1.6/lpc55-C
which now has proper copyright
2024-07-21 07:57:56 +02:00

13 lines
384 B
C

/*
* Copyright 2006 John Andrew Fingerhut (andy.fingerhut@gmail.com)
*
* Released under the BSD 3-Clause "New" or "Revised" License
*
* https://spdx.org/licenses/BSD-3-Clause.html
* SPDX Full name: BSD 3-Clause "New" or "Revised" License
* SPDX Identifier: name BSD-3-Clause
*
*/
int read_bits(FILE *f, INT32 *bits, int len);
void write_bits(FILE *f, INT32 *bits, int len);