mirror of
http://mpg123.de/trunk/.git
synced 2025-08-06 10:02:38 +03:00
include style
git-svn-id: svn://scm.orgis.org/mpg123/trunk@1684 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
initially written by Thomas Orgis
|
initially written by Thomas Orgis
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mpg123.h"
|
#include <mpg123.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
While it would be nicer to inform the user about troubles, libmpg123 is designed _not_ to bite you on operations with invalid handles , etc.
|
While it would be nicer to inform the user about troubles, libmpg123 is designed _not_ to bite you on operations with invalid handles , etc.
|
||||||
You just jet invalid results on invalid operations... */
|
You just jet invalid results on invalid operations... */
|
||||||
|
|
||||||
#include "mpg123.h"
|
#include <mpg123.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
|
Reference in New Issue
Block a user