basic ECC functional

This commit is contained in:
atul.jha
2020-07-24 15:09:47 +02:00
parent 338800c03c
commit 6cd9bed88d
111 changed files with 36159 additions and 16 deletions

View File

@@ -1,8 +0,0 @@
#include "fun2.h"
int fun2()
{
printf("Hello from FN2\n");
return 0;
}

View File

@@ -1 +0,0 @@
int fun2();