8000 GitHub - sjchoure/ooc: Object-Oriented C
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sjchoure/ooc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ooc

Object-Oriented C

Resources

Learn More on DEV Article

To Compile

First, convert source file to object files
gcc -c -I./lib/ ./lib/strobj.c ./lib/garcol.c ./string_gc.c
Second, convert object files to executable/binary file
gcc -Wall -Werror -g -fsanitize=address -o string strobj.o garcol.o string_gc.o

About

Object-Oriented C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0