Skip to content

Commit

Permalink
secapp
Browse files Browse the repository at this point in the history
  • Loading branch information
Daiyuu Nobori committed Feb 22, 2018
1 parent ada3344 commit 5b47bcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion secapp.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ void test(UINT num, char **arg)
{
if (true)
{
Print("Test!\n");
Print("Test! %u\n", IsX64());

Temp_TestFunction("Nekosan");
return;
}
}
Expand Down
2 changes: 1 addition & 1 deletion seclib
Submodule seclib updated 1 files
+7 −1 seclib_src/seclib.c

0 comments on commit 5b47bcd

Please sign in to comment.