I have been playing with minimad for a while now but need some explanations for a few things ;-) The comments say that standard input is mapped into memory using mmap(). So :
Is mmap a C builtin function? What do the arguments mean, especially 'stat.st_size'? fdm is the pointer to where the mp3 has been mapped into memory, right?
Thanks for any input!