Skip to content

ShakedGold/cint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cint - C Interactive (REPL)

A C REPL to run functions from any .so you want! (even your own ones)

Building

Requirements

  • libncurses (.so)
    The package for most distros is: ncurses-devel

Cloning

git clone --recursive git@github.com:ShakedGold/cint.git

Building

All

make target=debug

or

make target=debug all

Clean

make clean

Purge (cleans up the library compilation)

make purge

About

C Interactive REPL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors