wiwichips / cexecute

Run your C source files as executeables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Run your C source files as executeables


Languages

Language:Shell 100.0%