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

11 行
147B

  1. #ifndef SHOWINFO_H
  2. #define SHOWINFO_H
  3. #include "metainfo.h"
  4. /*
  5. * Print the contents of a metainfo file
  6. */
  7. void showinfo(metainfo_t* m);
  8. #endif