Skip to content

Hidden-Seed/c-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Code Framework

This repository contains a basic C code framework for building and testing C programs. It includes essential tools for debugging, unit testing, and project management.

Directory Structure

  • bin/ - Compiled binary files.
  • LICENSE - The license under which this code is distributed.
  • Makefile - The build system configuration.
  • README.md - This file.
  • src/ - Source code files.
    • dbg.h - Debugging helper functions.
    • minunit.h - A minimal unit testing framework.
  • tests/ - Directory for unit tests.
    • runtest.sh - A shell script to run the unit tests.

How to Use

Build the Project

To build the project, run the following command:

make

About

A simple C code framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published