home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c129 / 1.ddi / ASYNCXX.H < prev    next >
Encoding:
Text File  |  1989-03-26  |  346 b   |  11 lines

  1. /* Prototype file for asyncpec.c */
  2. /* Quinn-Curtis 1989 */
  3. void delay(int d);
  4. void open_com(int Cport, int baud,int parity, int stopbits,int numbits,
  5.           int *err_code);
  6. void close_com();
  7. void reset_buffer();
  8. void send_com( char c,int *err_code);
  9. void writeln_com(char *str,int *err_code);
  10. void readln_com(char *str,int *err_code);
  11.