Skip to content

Instantly share code, notes, and snippets.

@Swoorup
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Swoorup/dc638e231d02174e6a77 to your computer and use it in GitHub Desktop.
Save Swoorup/dc638e231d02174e6a77 to your computer and use it in GitHub Desktop.
Entry Point
int main()
{
// ignore Ctrl-\ Ctrl-C Ctrl-Z signals
ignore_signal_for_shell();
// set the prompt
set_prompt("swoorup % ");
while (1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment