mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-12 15:04:59 +08:00
55822485c6
Tested on koala.
10 lines
285 B
C
10 lines
285 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <hdf5.h>
|
|
|
|
#define FILTER_DYNLIB1_VERS 1
|
|
|
|
/* Local prototypes for filter functions */
|
|
static size_t H5Z_filter_dynlib1(unsigned int flags, size_t cd_nelmts,
|
|
const unsigned int *cd_values, size_t nbytes, size_t *buf_size, void **buf);
|