Spec license.
This commit is contained in:
parent
9cabc49839
commit
e3ca9389cf
1 changed files with 5 additions and 0 deletions
5
imcat.c
5
imcat.c
|
@ -1,3 +1,8 @@
|
|||
// imcat.c
|
||||
//
|
||||
// by Abraham Stolk.
|
||||
// This software is in the Public Domain.
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
|
Loading…
Reference in a new issue