<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: fread and fwrite demystified: stdio on UNIX V7	</title>
	<atom:link href="https://virtuallyfun.com/2018/03/01/fread-and-fwrite-demystified-stdio-on-unix-v7/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2018/03/01/fread-and-fwrite-demystified-stdio-on-unix-v7/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Thu, 08 Mar 2018 04:53:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: xorhash		</title>
		<link>https://virtuallyfun.com/2018/03/01/fread-and-fwrite-demystified-stdio-on-unix-v7/comment-page-1/#comment-192200</link>

		<dc:creator><![CDATA[xorhash]]></dc:creator>
		<pubDate>Thu, 08 Mar 2018 04:53:04 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=8209#comment-192200</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2018/03/01/fread-and-fwrite-demystified-stdio-on-unix-v7/comment-page-1/#comment-192133&quot;&gt;neozeed&lt;/a&gt;.

I&#039;ll make the next one &quot;(This is a guest post by xorhash.)&quot; be marquee, blinking, font-size 300%, very bold.

That sound good?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2018/03/01/fread-and-fwrite-demystified-stdio-on-unix-v7/comment-page-1/#comment-192133">neozeed</a>.</p>
<p>I&#8217;ll make the next one &#8220;(This is a guest post by xorhash.)&#8221; be marquee, blinking, font-size 300%, very bold.</p>
<p>That sound good?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2018/03/01/fread-and-fwrite-demystified-stdio-on-unix-v7/comment-page-1/#comment-192133</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 07 Mar 2018 10:00:56 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=8209#comment-192133</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2018/03/01/fread-and-fwrite-demystified-stdio-on-unix-v7/comment-page-1/#comment-192129&quot;&gt;Silas&lt;/a&gt;.

Thanks, but this one post was actually from xorhash.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2018/03/01/fread-and-fwrite-demystified-stdio-on-unix-v7/comment-page-1/#comment-192129">Silas</a>.</p>
<p>Thanks, but this one post was actually from xorhash.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Silas		</title>
		<link>https://virtuallyfun.com/2018/03/01/fread-and-fwrite-demystified-stdio-on-unix-v7/comment-page-1/#comment-192129</link>

		<dc:creator><![CDATA[Silas]]></dc:creator>
		<pubDate>Wed, 07 Mar 2018 09:18:16 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=8209#comment-192129</guid>

					<description><![CDATA[neozeed, thanks so much for the post.Really thank you! Keep writing.]]></description>
			<content:encoded><![CDATA[<p>neozeed, thanks so much for the post.Really thank you! Keep writing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John Elliott		</title>
		<link>https://virtuallyfun.com/2018/03/01/fread-and-fwrite-demystified-stdio-on-unix-v7/comment-page-1/#comment-191923</link>

		<dc:creator><![CDATA[John Elliott]]></dc:creator>
		<pubDate>Thu, 01 Mar 2018 12:26:42 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=8209#comment-191923</guid>

					<description><![CDATA[&quot;I’m not sure why that &#038;0377 (&#038;0xFF is there.&quot;

Presumably in case char is signed -- without masking to 8 bits, signed chars with bit 7 set would be extended to negative ints, which would be detected as EOF.]]></description>
			<content:encoded><![CDATA[<p>&#8220;I’m not sure why that &amp;0377 (&amp;0xFF is there.&#8221;</p>
<p>Presumably in case char is signed &#8212; without masking to 8 bits, signed chars with bit 7 set would be extended to negative ints, which would be detected as EOF.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
