Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
9fd252f5
Commit
9fd252f5
authored
Aug 15, 2006
by
Arne Øslebø
Browse files
added documentation
git-svn-id:
file:///home/svn/mapi/trunk@792
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
4b066555
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/mapiinfo/mapiinfo.c
View file @
9fd252f5
...
...
@@ -35,6 +35,16 @@ void printLibs(functs) {
}
id
++
;
}
if
(
functs
)
{
printf
(
"
\n
s=string
\t
"
);
printf
(
"i=int
\t
"
);
printf
(
"r=reference to flow
\t
"
);
printf
(
"f=reference to function
\t
"
);
printf
(
"c=single character
\t
"
);
printf
(
"l=unsigned long long
\t
"
);
printf
(
"w=file name of writable file
\n
"
);
}
}
void
printFlows
(
functs
)
{
...
...
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