Mirror of CollapseOS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

9 lignes
293B

  1. void sendcmd(int fd, char *cmd);
  2. void sendcmdp(int fd, char *cmd);
  3. void mread(int fd, char *s, int count);
  4. int mexpect(int fd, char ec);
  5. void readprompt(int fd);
  6. int set_interface_attribs(int fd, int speed, int parity);
  7. void set_blocking(int fd, int should_block);
  8. int ttyopen(char *devname);