Pastebin

Paste #216:

< previous paste - next paste>

Pasted by Flawless

Download View as text


#include <stdio.h>
#include <vorbis/vorbisfile.h>

int ov_open_callbacks_foo(void *datasource, OggVorbis_File *vf, char *initial, long ibytes, ov_callbacks callbacks) {
  printf("%p:%p:%p:%d:%p\n", datasource, vf, initial, ibytes, callbacks);
}

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.