Skip to content

CalebCurry/Rust-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkdir lib
gcc -c -o src/linked-list.o src/linked-list.c;
ar rcs lib/liblinked-list.a linked-list.o

About

Invoking custom C library from Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published