Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

krkris / Loogikafunktsioon

  • This project
    • Loading...
  • Sign in
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's avatar erfeld
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

Update .c

parent 4b7dc664 master
Hide whitespace changes
Inline Side-by-side
Showing 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[15];
fB = a[14];
fC = a[8];
fD = a[9];
fE = a[11];
fF = a[10];
f6 = a[6];
f7 = a[7];
f8 = a[8];
f9 = a[9];
fA = a[10];
fB = a[11];
fC = a[12];
fD = a[13];
fE = a[14];
fF = a[15];
}
else{
f0 = a[0];
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment