Skip to content

Commit

Permalink
Update ip.c
Browse files Browse the repository at this point in the history
  • Loading branch information
OsandaMalith committed May 1, 2016
1 parent 8fe1671 commit 6799b91
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ip.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#include <stdio.h>

/*
* License:
* This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/.
* Author: Osanda Malith Jayathissa
* Website: http://osandamalith.wordpress.com
*/
void banner() {
fflush(stdin);
const static char *banner =
Expand Down

0 comments on commit 6799b91

Please sign in to comment.