Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
6b0df9f7
Commit
6b0df9f7
authored
Jan 31, 2005
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos fixed
parent
e94e3e51
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
doc/asn1c-usage.html
doc/asn1c-usage.html
+2
-2
doc/asn1c-usage.lyx
doc/asn1c-usage.lyx
+2
-2
doc/asn1c-usage.pdf
doc/asn1c-usage.pdf
+0
-0
No files found.
doc/asn1c-usage.html
View file @
6b0df9f7
...
...
@@ -1374,7 +1374,7 @@ the file <B>main.c</B>:
<FONT
SIZE=
"-1"
>
return
(wrote
==
size)
?
0
:
-1;
</FONT>
<FONT
SIZE=
"-1"
>
}
</FONT>
<FONT
SIZE=
"-1"
>
int
main(int
ac,
char
*av)
{
</FONT>
<FONT
SIZE=
"-1"
>
int
main(int
ac,
char
*
*
av)
{
</FONT>
<FONT
SIZE=
"-1"
>
Rectangle_t
*rectangle;
/*
Type
to
encode
*/
</FONT>
<FONT
SIZE=
"-1"
>
asn_enc_rval_t
ec;
/*
Encoder
return
value
*/
</FONT>
...
...
@@ -1403,7 +1403,7 @@ the file <B>main.c</B>:
<FONT
SIZE=
"-1"
>
</FONT>
<FONT
SIZE=
"-1"
>
/*
Encode
the
Rectangle
type
as
BER
(DER)
*/
</FONT>
<FONT
SIZE=
"-1"
>
ec
=
der_encode(
&
asn_DEF_Rectangle,
</FONT>
<FONT
SIZE=
"-1"
>
rectangle,
write_out,
stream
);
</FONT>
<FONT
SIZE=
"-1"
>
rectangle,
write_out,
fp
);
</FONT>
<FONT
SIZE=
"-1"
>
fclose(fp);
</FONT>
<FONT
SIZE=
"-1"
>
if(ec.encoded
==
-1)
{
</FONT>
<FONT
SIZE=
"-1"
>
fprintf(stderr,
</FONT>
...
...
doc/asn1c-usage.lyx
View file @
6b0df9f7
...
...
@@ -2951,7 +2951,7 @@ write_out(const void *buffer, size_t size, void *app_key) {
\size small
int main(int ac, char *av) {
int main(int ac, char *
*
av) {
\layout LyX-Code
...
...
@@ -3120,7 +3120,7 @@ w
\size small
rectangle, write_out,
stream
);
rectangle, write_out,
fp
);
\layout LyX-Code
...
...
doc/asn1c-usage.pdf
View file @
6b0df9f7
No preview for this file type
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