Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asn1c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
asn1c
Commits
6b0df9f7
Commit
6b0df9f7
authored
20 years ago
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
typos fixed
parent
e94e3e51
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/asn1c-usage.html
+2
-2
2 additions, 2 deletions
doc/asn1c-usage.html
doc/asn1c-usage.lyx
+2
-2
2 additions, 2 deletions
doc/asn1c-usage.lyx
doc/asn1c-usage.pdf
+0
-0
0 additions, 0 deletions
doc/asn1c-usage.pdf
with
4 additions
and
4 deletions
doc/asn1c-usage.html
+
2
−
2
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>
...
...
This diff is collapsed.
Click to expand it.
doc/asn1c-usage.lyx
+
2
−
2
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
...
...
This diff is collapsed.
Click to expand it.
doc/asn1c-usage.pdf
+
0
−
0
View file @
6b0df9f7
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment