Go to file
Stephen Toth c74167aa9f start tracking via git
project is underway with lots of trial and error for figuring it out.
sw.c is old code that is only there for reference while reimplementing in new file
2023-09-23 00:06:10 -04:00
src start tracking via git 2023-09-23 00:06:10 -04:00
testing start tracking via git 2023-09-23 00:06:10 -04:00
.gitignore start tracking via git 2023-09-23 00:06:10 -04:00
Makefile start tracking via git 2023-09-23 00:06:10 -04:00
README.md start tracking via git 2023-09-23 00:06:10 -04:00

README.md

c-project-structure

Project description

Project image/gif

Requirements

Requirements

Installation

make

Usage

bin/run

Example

bin/run

Documentation

Location of Documentation

Directory structure

|-- Makefile           <- Project makefile
|-- README             <- Project README
|-- bin                <- Compiled binaries
|   `-- run            <- Project main executable
|-- build              <- Static objects and intermediate files
|-- data               <- Project data
|   |-- raw            <- Raw data
|   |-- interim        <- Interm data
|   |-- input          <- Input data
|   |-- output         <- Output data
|-- docs               <- Documentation
|-- include            <- Header files
|-- lib                <- Dynamic objects
|-- src                <- Source files
`-- tests              <- Unit tests