<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.de12werken.nl/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://www.de12werken.nl/feed.php">
        <title>Notes - programming:c</title>
        <description></description>
        <link>http://www.de12werken.nl/</link>
        <image rdf:resource="http://www.de12werken.nl/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-05T13:00:55+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:c:libraries&amp;rev=1725735953&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:c:notes&amp;rev=1660378089&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.de12werken.nl/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Notes</title>
        <link>http://www.de12werken.nl/</link>
        <url>http://www.de12werken.nl/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:c:libraries&amp;rev=1725735953&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-07T19:05:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>libraries</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:c:libraries&amp;rev=1725735953&amp;do=diff</link>
        <description>Programming - C - Libraries

cgic: an ANSI C library for CGI Programming 

The GNU MPFR Library is a C library for multiple-precision floating-point computations with correct rounding. 

C Algorithms Library is a collection of common Computer Science data structures and algorithms which may be used in C projects. The code is licensed under the ISC license (a simplified version of the BSD license that is functionally identical). As such, it may be reused in any project, whether Proprietary or Ope…</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:c:notes&amp;rev=1660378089&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-13T08:08:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:c:notes&amp;rev=1660378089&amp;do=diff</link>
        <description>Programming - C - Notes

undefined symbol: pow

When compiling you get:


undefined symbol: pow


Add the following option when compiling:


-lm


Source:Codingpointer.com - C-Tutorial - C program undefined reference to pow error</description>
    </item>
</rdf:RDF>
