<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://www.cs.put.poznan.pl/jkonczak/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Jan Kończak os_cp:prog_intro_read_write</title>
        <description></description>
        <link>https://www.cs.put.poznan.pl/jkonczak/</link>
        <lastBuildDate>Sun, 17 May 2026 00:22:16 +0200</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>https://www.cs.put.poznan.pl/jkonczak/lib/tpl/dokuwiki/images/favicon.ico</url>
            <title>Jan Kończak</title>
            <link>https://www.cs.put.poznan.pl/jkonczak/</link>
        </image>
        <item>
            <title>os_cp:prog_intro_read_write:solutions</title>
            <link>https://www.cs.put.poznan.pl/jkonczak/os_cp:prog_intro_read_write:solutions?rev=1681249255&amp;do=diff</link>
            <description>int main(int argc, char *argv[]){
    return 0;
}


To compile, one may use any of:

	*  cc prog.c -o prog
	*  gcc   --std=c17 -Wall --pedantic -g -O2 x.c -o x
	*  clang --std=c17 -Wall --pedantic -g -O2 x.c -o x




#include &lt;stdio.h&gt;
int main(int argc, char *argv[]){
    printf(&quot;Hello.\n&quot;);
    return 0;
}</description>
        <category>os_cp:prog_intro_read_write</category>
            <pubDate>Tue, 11 Apr 2023 23:40:55 +0200</pubDate>
        </item>
    </channel>
</rss>
