Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    #include <mpg123.h>
    ...
            fprintf(stderr,"fail: %s\n", mpg123_plain_strerror(check));
        return 0;
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    void test () {
        fprintf(stderr,"%d\n", mpg123_init());
    }