A<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://www.cppe.ru/index.php?action=history&amp;feed=atom&amp;title=C_Tutorial%2FLanguage%2FHeader_Files</id>
		<title>C Tutorial/Language/Header Files - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://www.cppe.ru/index.php?action=history&amp;feed=atom&amp;title=C_Tutorial%2FLanguage%2FHeader_Files"/>
		<link rel="alternate" type="text/html" href="http://www.cppe.ru/index.php?title=C_Tutorial/Language/Header_Files&amp;action=history"/>
		<updated>2026-04-18T06:05:32Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://www.cppe.ru/index.php?title=C_Tutorial/Language/Header_Files&amp;diff=3824&amp;oldid=prev</id>
		<title> в 14:21, 25 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://www.cppe.ru/index.php?title=C_Tutorial/Language/Header_Files&amp;diff=3824&amp;oldid=prev"/>
				<updated>2010-05-25T14:21:19Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 14:21, 25 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
			</entry>

	<entry>
		<id>http://www.cppe.ru/index.php?title=C_Tutorial/Language/Header_Files&amp;diff=3825&amp;oldid=prev</id>
		<title>Admin: 1 версия:&amp;#32;Импорт контента...</title>
		<link rel="alternate" type="text/html" href="http://www.cppe.ru/index.php?title=C_Tutorial/Language/Header_Files&amp;diff=3825&amp;oldid=prev"/>
				<updated>2010-05-25T10:32:41Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия: Импорт контента...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Common Headers ==&lt;br /&gt;
&lt;br /&gt;
Header&lt;br /&gt;
Purpose&lt;br /&gt;
assert.h&lt;br /&gt;
Defines the assert() macro&lt;br /&gt;
ctype.h&lt;br /&gt;
Character handling&lt;br /&gt;
errno.h&lt;br /&gt;
Error reporting&lt;br /&gt;
float.h&lt;br /&gt;
Defines implementation-dependent floating-point limits&lt;br /&gt;
limits.h&lt;br /&gt;
dependent limits&lt;br /&gt;
locale.h&lt;br /&gt;
Localization&lt;br /&gt;
math.h&lt;br /&gt;
math library&lt;br /&gt;
setjmp.h&lt;br /&gt;
Nonlocal jumps&lt;br /&gt;
signal.h&lt;br /&gt;
Signal handling&lt;br /&gt;
stdarg.h&lt;br /&gt;
Variable argument lists&lt;br /&gt;
stddef.h&lt;br /&gt;
Constants&lt;br /&gt;
stdio.h&lt;br /&gt;
I/O system&lt;br /&gt;
stdlib.h&lt;br /&gt;
Miscellaneous declarations&lt;br /&gt;
string.h&lt;br /&gt;
string functions&lt;br /&gt;
time.h&lt;br /&gt;
system time functions&lt;br /&gt;
&amp;lt;p&amp;gt;From&lt;br /&gt;
C: The Complete Reference, Fourth Edition&lt;br /&gt;
by Herbert Schildt&lt;br /&gt;
McGraw-Hill/Osborne  2000&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Headers==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;OL&amp;gt;&amp;lt;LI&amp;gt;Each function in the C standard library has its associated header.&amp;lt;/LI&amp;gt;&amp;lt;LI&amp;gt;The headers are included using #include.&amp;lt;/LI&amp;gt;&amp;lt;LI&amp;gt;Header Including obtains the Declarations for the standard library functions.&amp;lt;/LI&amp;gt;&amp;lt;/OL&amp;gt;&lt;br /&gt;
1.17.Header Files&lt;br /&gt;
1.17.1.&lt;br /&gt;
&amp;lt;A href=&amp;quot;/Tutorial/C/0020__Language/Includeheaderfile.htm&amp;quot;&amp;gt;Include header file&amp;lt;/a&amp;gt;&lt;br /&gt;
1.17.2.&lt;br /&gt;
&amp;lt;A href=&amp;quot;/Tutorial/C/0020__Language/Includetheheaderfileforinputandoutput.htm&amp;quot;&amp;gt;Include the header file for input and output &amp;lt;/a&amp;gt;&lt;br /&gt;
1.17.3.&lt;br /&gt;
Headers&lt;br /&gt;
1.17.4.&lt;br /&gt;
&amp;lt;A href=&amp;quot;/Tutorial/C/0020__Language/CommonHeaders.htm&amp;quot;&amp;gt;Common Headers &amp;lt;/a&amp;gt;&lt;br /&gt;
1.17.5.&lt;br /&gt;
&amp;lt;A href=&amp;quot;/Tutorial/C/0020__Language/HeadersAddedbyC99.htm&amp;quot;&amp;gt;Headers Added by C99&amp;lt;/a&amp;gt;&lt;br /&gt;
1.17.6.&lt;br /&gt;
&amp;lt;A href=&amp;quot;/Tutorial/C/0020__Language/MacrosinHeaders.htm&amp;quot;&amp;gt;Macros in Headers&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Headers Added by C99==&lt;br /&gt;
&lt;br /&gt;
Header&lt;br /&gt;
Purpose&lt;br /&gt;
complex.h&lt;br /&gt;
complex arithmetic.&lt;br /&gt;
fenv.h&lt;br /&gt;
Gives access to the floating-point status flags and other aspects of the floating-point environment.&lt;br /&gt;
inttypes.h&lt;br /&gt;
Defines a standard, portable set of integer type names. Also supports functions that handle greatest-width integers.&lt;br /&gt;
iso646.h&lt;br /&gt;
Added in 1995 by Amendment 1. Defines macros that correspond to various operators, such as &amp;amp;&amp;amp; and ^.&lt;br /&gt;
stdbool.h&lt;br /&gt;
Supports Boolean data types. Defines the macro bool, which helps with C++ compatibility.&lt;br /&gt;
stdint.h&lt;br /&gt;
Defines a standard, portable set of integer type names. This file is included by &amp;lt;inttypes.h&amp;gt;.&lt;br /&gt;
tgmath.h&lt;br /&gt;
Defines type-generic floating-point macros.&lt;br /&gt;
wchar.h&lt;br /&gt;
multibyte and wide-character functions.&lt;br /&gt;
wctype.h&lt;br /&gt;
multibyte and wide-character classification functions.&lt;br /&gt;
&amp;lt;p&amp;gt;From&lt;br /&gt;
C: The Complete Reference, Fourth Edition&lt;br /&gt;
by Herbert Schildt&lt;br /&gt;
McGraw-Hill/Osborne  2000&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Include header file==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
int main(void)&lt;br /&gt;
{&lt;br /&gt;
  printf(&amp;quot;\nBe careful!!\a&amp;quot;);&lt;br /&gt;
  return 0;&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;pre class=codeResult&amp;gt;Be careful!!&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Include the header file for input and output ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;#include &amp;lt;stdio.h&amp;gt;    &lt;br /&gt;
int main(void)&lt;br /&gt;
{&lt;br /&gt;
  printf(&amp;quot;A\n\n\nB&amp;quot;);&lt;br /&gt;
  printf(&amp;quot;\t1.\tA \n&amp;quot;);&lt;br /&gt;
  printf(&amp;quot;\t2.\tA \n&amp;quot;);&lt;br /&gt;
  printf(&amp;quot;\t3.\tA \n&amp;quot;);&lt;br /&gt;
  printf(&amp;quot;\n\t\t\b\bA\n\n&amp;quot;);&lt;br /&gt;
  return 0;&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;pre class=codeResult&amp;gt;A&lt;br /&gt;
     &lt;br /&gt;
     &lt;br /&gt;
     B       1.      A&lt;br /&gt;
             2.      A&lt;br /&gt;
             3.      A&lt;br /&gt;
     &lt;br /&gt;
                   A&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Macros in Headers==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;To force the compiler to use the real function: undefine the macro name using #undef.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;#undef abs&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>