1
0
Fork 0
master
Marrub 2015-01-26 08:57:19 +00:00
parent ea77a2f417
commit 7d089f63e3
3 changed files with 63 additions and 12 deletions

12
LICENSE
View File

@ -1,18 +1,8 @@
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@ -20,5 +10,3 @@ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org/>

10
cpoetry.c Normal file
View File

@ -0,0 +1,10 @@
#include <stdio.h>
#include "cpoetry.h"
The Raven
Much I marvelled this ungaily fowl to hear discourse so plainly,
Though its answer little meaning -- little relevancy bore;
For we cannot help agreeing that no sublunary being
Ever yet was blessed with seeing bird above his chamber door --
Bird or beast upon the sculptured bust above his chamber door,
With such name as Nevermore

53
cpoetry.h Normal file
View File

@ -0,0 +1,53 @@
#define Much int i=0;puts("Much "
#define I "I "
#define marvelled "marvelled this ungaily fowl "
#define this "this "
#define ungaily
#define fowl
#define to "to "
#define hear "hear discourse so "
#define discourse
#define so
#define plainly "plainly,")
#define Though fputs
#define its ("Though its answer little meaning --", stdout);
#define answer
#define little
#define meaning func(i
#define relevancy ); puts(" little relevancy"
#define bore " bore;")
#define The void func(int i) {\
if(i== -1)puts(" --");if(i== -2)puts(",");} int
#define Raven main() {
#define For fputs("For"
#define we " we "
#define cannot "cannot "
#define help "help "
#define agreeing "agreeing "
#define that "that "
#define no "no "
#define sublunary "sublunary "
#define being "being\n"
#define Ever "Ever "
#define yet "yet "
#define was "was "
#define blessed "blessed "
#define with "with "
#define seeing "seeing "
#define bird "bird "
#define above "above "
#define his "his "
#define chamber "chamber "
#define door "door",stdout); func((i
#define Bird )); fputs("Bird "
#define or "or "
#define beast "beast "
#define upon "upon "
#define the "the "
#define sculptured "sculptured "
#define bust "bust "
#define With i++)); fputs("With "
#define such "such "
#define name "name as "
#define as "as "
#define Nevermore "Nevermore\n", stdout);}