File: genrand.h

package info (click to toggle)
esound 0.2.17-7
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,348 kB
  • ctags: 594
  • sloc: ansic: 7,379; sh: 7,180; makefile: 199; csh: 86
file content (6 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#ifndef ESOUND_GENRAND_H
#define ESOUND_GENRAND_H 1

void esound_genrand(unsigned char *buffer, int buf_len);

#endif /* ESOUND_GENRAND_H */