A tool for adding anime to your anidb list.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
110B

  1. #ifndef _GLOBALS_H
  2. #define _GLOBALS_H
  3. #include <stdbool.h>
  4. extern bool should_exit;
  5. #endif /* _GLOBALS_H */