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 */