File: CBenchmark.h

package info (click to toggle)
haskell-binary 0.7.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 340 kB
  • ctags: 11
  • sloc: haskell: 4,087; makefile: 40; ansic: 39
file content (4 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (25)
1
2
3
4
void bytewrite(unsigned char *a, int bytes);
unsigned char byteread(unsigned char *a, int bytes);
void wordwrite(unsigned long *a, int bytes);
unsigned int wordread(unsigned long *a, int bytes);