Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Vorbis tools
Commits
aed355aa
Commit
aed355aa
authored
Jun 24, 2003
by
Ralph Giles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing stdio.h includes.
svn path=/trunk/vorbis-tools/; revision=5003
parent
ee93a628
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
ogg123/oggvorbis_format.c
ogg123/oggvorbis_format.c
+3
-2
ogg123/vorbis_comments.c
ogg123/vorbis_comments.c
+2
-1
No files found.
ogg123/oggvorbis_format.c
View file @
aed355aa
...
...
@@ -5,16 +5,17 @@
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. *
* PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Ogg123 SOURCE CODE IS (C) COPYRIGHT 2000-200
1
*
* THE Ogg123 SOURCE CODE IS (C) COPYRIGHT 2000-200
3
*
* by Stan Seibert <volsung@xiph.org> AND OTHER CONTRIBUTORS *
* http://www.xiph.org/ *
* *
********************************************************************
last mod: $Id: oggvorbis_format.c,v 1.1
2
2003/0
1/14 00:19:05 volsung
Exp $
last mod: $Id: oggvorbis_format.c,v 1.1
3
2003/0
6/24 12:34:40 giles
Exp $
********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
...
...
ogg123/vorbis_comments.c
View file @
aed355aa
...
...
@@ -11,10 +11,11 @@
* *
********************************************************************
last mod: $Id: vorbis_comments.c,v 1.
1
2003/0
1/11 22:51:44 volsung
Exp $
last mod: $Id: vorbis_comments.c,v 1.
2
2003/0
6/24 12:34:40 giles
Exp $
********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment