<?xml version="1.0" ?>
	<rss version="2.0">
        <channel>
        <title>datalinkcom</title>
        <description>datalinkcom quotes</description>
        <link>http://www.quotesdb.info/efnet/netbsd/01Jul2006/1.html</link>
        <language>en-us</language>
	<item>
        	<title>datalinkcom</title>
        	<link>http://www.quotesdb.info/efnet/netbsd/01Jul2006/1.html</link>
        	<guid isPermaLink="true">http://www.quotesdb.info/efnet/netbsd/01Jul2006/1.html</guid>
        	<description>&lt;0&gt; The &quot;thing&quot; part is meaningful to the compiler and to the guy reading the source code.
&lt;0&gt; i.e. &quot;thing *foo;&quot; can contain an address which represents the start of a &quot;thing&quot;, or it could represent the start of a &quot;something_else&quot;.
&lt;0&gt; The compiler takes it on faith that you will be using &quot;foo&quot; to contain the address of the start of a &quot;thing&quot;.  Casting works around this :).
&lt;0&gt; It's all in the interpretation.
&lt;0&gt; so a &quot;char **argv&quot; just says that &quot;argv contains an address which is the start of an(other) address; that 'other' address will contain a char.&quot;
&lt;0&gt; (theoretically).
&lt;0&gt; I say &quot;theoretically&quot; because it's not illegal to have &quot;char *foo&quot; and &quot;int *bar&quot; contain the same address; as I said above, it's all in the interpretation:  References to &quot;*foo&quot; will be assumed to refer to a char, while references to &quot;*bar&quot; will be assumed to refer to an int, even though &quot;foo&quot; and &quot;bar&quot; contain the exact same address.
&lt;1&gt; anyone done any rpc programming?
&lt;2&gt; Greywolf: i've seen unions that do just that
&lt;0&gt; reuben:  That's kind of the point of a union.
&lt;2&gt; dsr: unions are pointless without pointers?
&lt;2&gt; s/dsr/Greywolf/
&lt;0&gt; Aha.  Ahaha.  GIVE me thaaat...
&lt;2&gt; a union's point is pointers, that point to a liter of beer, and to those who prefer their unions, here's a pointerless pointless Hear Hear!
&lt;0&gt; I've used unions for multiple data types.  I always thought that a stat structure should have had a union for rdev/size, since on a device, size is meaningless, and on everything else, rdev is meaningless.
&lt;3&gt; Greywolf- I got that part.  I was didn't know when to use ** instead of *
&lt;3&gt; anyway, time for dinner
&lt;3&gt; I'll be back into it tomorrow morning, I think
&lt;2&gt; greywolf: a device generally makes a union meaningless
</description>
	</item></channel></rss>