mpg123.h 310 B

123456789101112131415161718
  1. #ifndef MPG123_MAKEFILE_H
  2. #define MPG123_MAKEFILE_H
  3. #include <stdlib.h>
  4. #include <sys/types.h>
  5. #include <stdint.h>
  6. #include <inttypes.h>
  7. #define MPG123_API_VERSION 47
  8. #define MPG123_NO_CONFIGURE
  9. #define MPG123_NO_LARGENAME
  10. #include <stddef.h>
  11. typedef ssize_t mpg123_ssize_t;
  12. #include "mpg123.h.in"
  13. #endif