A tool for adding anime to your anidb list.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

10 Zeilen
373B

  1. #ifndef _UIO_H
  2. #define _UIO_H
  3. void uio_user(const char *format, ...) __attribute__((format (printf, 1, 2)));
  4. void uio_error(const char *format, ...) __attribute__((format (printf, 1, 2)));
  5. void uio_debug(const char *format, ...) __attribute__((format (printf, 1, 2)));
  6. void uio_warning(const char *format, ...) __attribute__((format (printf, 1, 2)));
  7. #endif /* _UIO_H */