Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Duncan White
C-datadec
Commits
cbf78d57
Commit
cbf78d57
authored
Mar 19, 2002
by
dcw
Browse files
slight ansi C'ing of main
parent
d1e523a2
Changes
1
Show whitespace changes
Inline
Side-by-side
datadec.c
View file @
cbf78d57
...
...
@@ -38,7 +38,7 @@
typedef
char
bigstr
[
CHUNKSIZE
];
void
main
(
argc
,
argv
)
int
argc
;
char
**
argv
;
int
main
(
int
argc
,
char
**
argv
)
{
char
*
basename
;
char
*
s
;
...
...
Write
Preview
Supports
Markdown
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