File: readwrite.h

package info (click to toggle)
fastforward 0.51-5
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 700 kB
  • ctags: 538
  • sloc: ansic: 4,393; makefile: 556; sh: 319
file content (7 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (70)
1
2
3
4
5
6
7
#ifndef READWRITE_H
#define READWRITE_H

extern int read();
extern int write();

#endif