Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
236B

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