<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nisi's work blog &#187; 1.2. C#</title>
	<atom:link href="http://wiki.nisi.ro/tag/12-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiki.nisi.ro</link>
	<description>Nisi's work blog - programing tips</description>
	<lastBuildDate>Mon, 21 Nov 2011 08:43:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>C for Atmega (GCC) Data Types</title>
		<link>http://wiki.nisi.ro/2008/03/10/</link>
		<comments>http://wiki.nisi.ro/2008/03/10/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 15:05:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atmega128]]></category>
		<category><![CDATA[uControlers]]></category>
		<category><![CDATA[1.2. C#]]></category>
		<category><![CDATA[byte]]></category>
		<category><![CDATA[Data Types]]></category>
		<category><![CDATA[GCC]]></category>
		<category><![CDATA[int]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=10</guid>
		<description><![CDATA[Tipuri de date recunoscute de compilatorul GCC pentru microcontrolele de la Atmel Toate Exemplele sunt testate in Avr-Studio &#38; GCC plugin Tipuri Intregi de date 8 bit types typedef signed char&#160;&#160;&#160;&#160;&#160;&#160;&#160; int8_t typedef unsigned char&#160;&#160;&#160; uint8_t 16 bit types typedef int&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; int16_t typedef unsigned&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; int uint 32 bit types typedef long&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; int32_t typedef unsigned long&#160;&#160;&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>
<span style="font-weight: bold;">Tipuri</span> de date recunoscute de compilatorul GCC pentru microcontrolele de la Atmel<br />
<br />Toate Exemplele sunt testate in <span style="text-decoration: underline;">Avr-Studio &amp; GCC plugin</span><br />
</p>
<h2>Tipuri Intregi de date</h2>
<p><span style="font-weight: bold; text-decoration: underline;">8 bit types</span><br />
</p>
<ol>
<li>typedef signed char&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-weight: bold; font-style: italic;">int8_t</span></li>
<li>typedef unsigned char&nbsp;&nbsp;&nbsp; <span style="font-weight: bold; font-style: italic;">uint8_t</span><br />
    </li>
</ol>
<p><span style="font-weight: bold; text-decoration: underline;">16 bit types</span><br />
</p>
<ol>
<li>typedef int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-weight: bold; font-style: italic;">int16_t</span></li>
<li>typedef unsigned&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-weight: bold; font-style: italic;">int uint</span></li>
</ol>
<p><span style="font-weight: bold; text-decoration: underline;">32 bit types</span><br />
</p>
<ol>
<li>typedef long&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-weight: bold; font-style: italic;">int32_t</span></li>
<li>typedef unsigned long&nbsp;&nbsp;&nbsp; <span style="font-weight: bold; font-style: italic;">uint32_t</span><br />
    </li>
</ol>
<p><span style="font-weight: bold; text-decoration: underline;">64 bit types</span><br />
</p>
<ol>
<li>typedef long long&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-weight: bold; font-style: italic;">int64_t</span></li>
<li>typedef unsigned long long&nbsp;&nbsp;&nbsp; <span style="font-weight: bold; font-style: italic;">uint64_t</span></li>
</ol>
<p><span style="font-weight: bold; text-decoration: underline;">Pointer Types<br />
  <br /></span></p>
<ul>
<li>typedef int16_t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-weight: bold; font-style: italic;">intptr_t</span></li>
<li>typedef uint16_t&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-weight: bold; font-style: italic;">uintptr_t</span><br />
    </li>
</ul>
<p><span style="font-weight: bold; text-decoration: underline;"><br />
  <br /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2008/03/10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

