Skip to content

DaniloMurer/cdeez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdeez

some relearning of c, since it's a cool language.

this in fact was my main goal, but now i think it would be cool to implement a static analyzer.

this means that cdeez is more like: cdeez errors? since the program should check for some simple errors that could occur on a migration we're doing at the company.

written in c, god's programming language, it's highly efficient and together with valgrind i'm making sure no memory leaks are to be found.

setup

the project can be built using make. so make sure make and build-essential are installed on your system.

build project

make

run binary

./cdeez

clean crated object files and binaries

make clean

About

nuts : ) stuff in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published