OpenLink Software

Usage stats on Source:Load img.h

 Permalink

an Entity in Data Space: 134.155.108.49:8890

Below is the full text to include/load_img.h from NetHack 3.4.3. To link to a particular line, write [[load_img.h#line123]], for example. 1. 2. /* ------------------------------------------- */ 3. #define XIMG 0x58494D47 4. 5. /* Header of GEM Image Files */ 6. typedef struct IMG_HEADER{ 7. short version; /* Img file format version (1) */ 8. short length; /* Header length in words (8) */ 9. short planes; /* Number of bit-planes (1) */ 10. short pat_len; /* length of Patterns (2) */ 11. short pix_w; /* Pixel width in 1/1000 mmm (372) */ 12. short pix_h; /* Pixel height in 1/1000 mmm (372) */ 13. short img_w; /* Pixels per line (=(x+7)/8 Bytes) */ 14. short img_h; /* Total number of lines

Graph IRICount
http://dbkwik.webdatacommons.org4
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] This material is Open Knowledge Creative Commons License Valid XHTML + RDFa
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Copyright © 2009-2012 OpenLink Software