masters-thesis/listings/read_write_proposal.h
Dennis af25b4b828 Initial commit of master's thesis
This is the version I submitted to RWTH Aachen University at November 9,
2018.
2018-11-12 12:56:59 +01:00

6 lines
198 B
C

int (*read)(struct node *n, struct sample *smps[], unsigned cnt,
unsigned *release);
int (*write)(struct node *n, struct sample *smps[], unsigned cnt,
unsigned *release);