Exemplo n.º 1
0
	int wpd_push_back_byte_shim(void *id, int c)
	{
		WavPackDecoder* d = (WavPackDecoder*)id;
		return d->pushBackByte(c);
	}