util  Diff

Differences From Artifact [95972fed18]:

To Artifact [c250a6387f]:


     1      1   /* [ʞ] ord.c - integer converter
     2      2    *  ~ lexi hale <lexi@hale.su>
     3         - *  © AGPLv3
            3  + *  © EUPL v1.2
     4      4    *  * ord has no dependencies except for libc.
     5      5    *  ? ord converts integers to ascii characters
     6      6    *    and back. written because the only fucking
     7      7    *    way to do this in shell is FUCKING PRINTF.
     8      8    *  $ cc ord.c -o ord [-D_(POSIX|LIBC)_IO]
     9      9    *  	- the flag D_IO will instruct ord.c whether
    10     10    *  	  to use POSIX io primitives (write and read)