<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=OurMajorLangIsCAndCPlusPlus%2Fstdarg.h</id>
	<title>OurMajorLangIsCAndCPlusPlus/stdarg.h - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=OurMajorLangIsCAndCPlusPlus%2Fstdarg.h"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=OurMajorLangIsCAndCPlusPlus/stdarg.h&amp;action=history"/>
	<updated>2026-05-15T02:42:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://mediawiki.zeropage.org/index.php?title=OurMajorLangIsCAndCPlusPlus/stdarg.h&amp;diff=37378&amp;oldid=prev</id>
		<title>imported&gt;Unknown at 05:23, 7 February 2021</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=OurMajorLangIsCAndCPlusPlus/stdarg.h&amp;diff=37378&amp;oldid=prev"/>
		<updated>2021-02-07T05:23:58Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== stdarg.h ===&lt;br /&gt;
* 가변 전달인자 처리 매크로 정의&lt;br /&gt;
* 사용법은 [[OurMajorLangIsCAndCPlusPlus/Function]] 참고&lt;br /&gt;
=== 타입 ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| va_list&lt;br /&gt;
| 가변 전달인자 리스트 타입&lt;br /&gt;
|}&lt;br /&gt;
=== 매크로 ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| void va_start(va_list list, prev)&lt;br /&gt;
| 가변 전달인자 리스트 초기화&lt;br /&gt;
|-&lt;br /&gt;
| type va_arg(va_list list, type)&lt;br /&gt;
| 전달인자 값을 얻음&lt;br /&gt;
|-&lt;br /&gt;
| void va_end(va_list list)&lt;br /&gt;
| 가변 전달인자 리스트 리셋&lt;br /&gt;
|}&lt;br /&gt;
----&lt;br /&gt;
[[OurMajorLangIsCAndCPlusPlus]]&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>imported&gt;Unknown</name></author>
	</entry>
</feed>