An open API service indexing awesome lists of open source software.

https://github.com/wiwichips/cexecute

Run your C source files as executeables
https://github.com/wiwichips/cexecute

Last synced: about 2 months ago
JSON representation

Run your C source files as executeables

Awesome Lists containing this project

README

        

# cexecute
Run your C source files as executeables.

# Instructions
* Copy the contents of the file cexecute.c to the top of the C source file you wish to make executable
* The source file must contain the main entry point to the program

# Goals
* To be simple and lightweight
* This project is purely for fun!