Skip to content

tomcodeninjia/GMAC_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File I/O notes:
	1.If all the c files are stored in src/, the header file should be included in the following way
	#include "../include/header.h"
	2. if the csv files are stored in data/subdir/, the dir should be defined in c or header files in the following ways:
	#define dir "data/a/b.csv"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors