forked from sox_ng/sox_ng
From https://github.com/jafingerhut/lpc10 -> lpc10-1.6/lpc55-C which now has proper copyright
13 lines
384 B
C
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);
|