diff --git a/LICENSE b/LICENSE index 68a49da..a32e7cf 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/cpoetry.c b/cpoetry.c new file mode 100644 index 0000000..eb208fc --- /dev/null +++ b/cpoetry.c @@ -0,0 +1,10 @@ +#include +#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 diff --git a/cpoetry.h b/cpoetry.h new file mode 100644 index 0000000..a3fc217 --- /dev/null +++ b/cpoetry.h @@ -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);}