<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://192.168.180.206:8001/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://192.168.180.206:8001/feed.php">
        <title>wiki.niziak.spox.org - programming:c:preprocessor</title>
        <description></description>
        <link>http://192.168.180.206:8001/</link>
        <image rdf:resource="http://192.168.180.206:8001/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-05-13T06:43:55+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://192.168.180.206:8001/programming:c:preprocessor:macros?rev=1762005038&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://192.168.180.206:8001/_media/wiki:dokuwiki.svg">
        <title>wiki.niziak.spox.org</title>
        <link>http://192.168.180.206:8001/</link>
        <url>http://192.168.180.206:8001/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://192.168.180.206:8001/programming:c:preprocessor:macros?rev=1762005038&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-01T13:50:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>macros</title>
        <link>http://192.168.180.206:8001/programming:c:preprocessor:macros?rev=1762005038&amp;do=diff</link>
        <description>macros

	*  C Preprocessor tricks, tips, and idioms
	*  &lt;http://jhnet.co.uk/articles/cpp_magic&gt;
	*  C Macros: Pseudo-generic methods and structs


#define MAX(a, b) \
  ({ __typeof__(a) _a = (a); \
      __typeof__(b) _b = (b); \
    _a &gt; _b ? _a : _b; })


bitfields

&lt;code c&gt;
#define BITMASK(bit_len, bit_shift) -1) &lt;&lt; (bit_shift))
&lt;/code&lt;

	*  C Macro to Create Bitfield Defines
	*  Calculating Bitmask Values</description>
    </item>
</rdf:RDF>
