Folder structure change + Fix broken Projects (#103)

* Update folder structure

* Correct project files

* Move test folder

* Some changes after Yuki's comments
This commit is contained in:
Aniruddha Kanhere 2020-06-26 12:09:36 -07:00 committed by GitHub
parent 98bfc38bf3
commit a9b2aac4e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
62 changed files with 6804 additions and 7549 deletions

View file

@ -0,0 +1,10 @@
#ifndef __HELLO_WORLD__
#define __HELLO_WORLD__
#include <stdio.h>
#include <stdint.h>
int8_t average(int8_t value1, int8_t value2, int8_t value3);
int Print_Hello_world( void );
#endif