Skip to content

Commit

Permalink
adding tree
Browse files Browse the repository at this point in the history
  • Loading branch information
maalvikabhat authored Apr 14, 2020
1 parent fba3fa9 commit b8e12f9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions exercises/ex10/signal_example_soln.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
/* Example code for Exercises in C.
Copyright 2014 Allen Downey
License: MIT License
Based on an example from
https://raw.githubusercontent.com/twcamper/head-first-c/master/10/math-master.c
Based on an example in Head First C.
*/

#include <stdio.h>
Expand All @@ -21,7 +17,6 @@ Based on an example in Head First C.
int score = 0;

/* Set up a signal handler.
sig: signal number
handler: signal handler function
*/
Expand Down

0 comments on commit b8e12f9

Please sign in to comment.