Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
krkris
/
Loogikafunktsioon
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
da9a894f
authored
3 years ago
by
erfeld
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .c
parent
4b7dc664
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
.c
.c
View file @
da9a894f
...
...
@@ -123,20 +123,20 @@ void info(char a[16], char b[16], char c[16], char d[16]){
if
(
strlen
(
a
)
>=
16
){
f0
=
a
[
0
];
f1
=
a
[
1
];
f2
=
a
[
3
];
f3
=
a
[
2
];
f2
=
a
[
2
];
f3
=
a
[
3
];
f4
=
a
[
4
];
f5
=
a
[
5
];
f6
=
a
[
7
];
f7
=
a
[
6
];
f8
=
a
[
12
];
f9
=
a
[
13
];
fA
=
a
[
1
5
];
fB
=
a
[
1
4
];
fC
=
a
[
8
];
fD
=
a
[
9
];
fE
=
a
[
1
1
];
fF
=
a
[
1
0
];
f6
=
a
[
6
];
f7
=
a
[
7
];
f8
=
a
[
8
];
f9
=
a
[
9
];
fA
=
a
[
1
0
];
fB
=
a
[
1
1
];
fC
=
a
[
12
];
fD
=
a
[
13
];
fE
=
a
[
1
4
];
fF
=
a
[
1
5
];
}
else
{
f0
=
a
[
0
];
...
...
This diff is collapsed.
Click to expand it.
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