A<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://cppe.ru/index.php?action=history&amp;feed=atom&amp;title=C%2Fsignal.h%2Fraise</id>
		<title>C/signal.h/raise - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://cppe.ru/index.php?action=history&amp;feed=atom&amp;title=C%2Fsignal.h%2Fraise"/>
		<link rel="alternate" type="text/html" href="http://cppe.ru/index.php?title=C/signal.h/raise&amp;action=history"/>
		<updated>2026-04-09T10:33:25Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://cppe.ru/index.php?title=C/signal.h/raise&amp;diff=182&amp;oldid=prev</id>
		<title> в 14:20, 25 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://cppe.ru/index.php?title=C/signal.h/raise&amp;diff=182&amp;oldid=prev"/>
				<updated>2010-05-25T14:20:56Z</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:20, 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://cppe.ru/index.php?title=C/signal.h/raise&amp;diff=183&amp;oldid=prev</id>
		<title>Admin: 1 версия:&amp;#32;Импорт контента...</title>
		<link rel="alternate" type="text/html" href="http://cppe.ru/index.php?title=C/signal.h/raise&amp;diff=183&amp;oldid=prev"/>
				<updated>2010-05-25T10:22:23Z</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;==raise: sends the specified by signal to the executing program==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
//Declaration: int raise(int signal); &lt;br /&gt;
//Return:      returns 0 on success or nonzero on failure. &lt;br /&gt;
&lt;br /&gt;
//The following signals are defined by Standard C.&lt;br /&gt;
&lt;br /&gt;
    &lt;br /&gt;
//Macro     Meaning&lt;br /&gt;
//SIGABRT:  Termination error &lt;br /&gt;
//SIGFPE:   Floating-point error &lt;br /&gt;
//SIGILL:   Bad instruction &lt;br /&gt;
//SIGINT:   User pressed CTRL-C &lt;br /&gt;
//SIGSEGV:  Illegal memory access &lt;br /&gt;
//SIGTERM:  Terminate program &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
#include &amp;lt;signal.h&amp;gt;&lt;br /&gt;
int main(void){&lt;br /&gt;
   raise(SIGTERM);&lt;br /&gt;
}&lt;br /&gt;
         &lt;br /&gt;
/*&lt;br /&gt;
Exiting due to signal SIGTERM&lt;br /&gt;
Raised at eip=0000b65e&lt;br /&gt;
eax=0009848c ebx=00000124 ecx=00000000 edx=0000033f esi=00000054 edi=000185a0&lt;br /&gt;
ebp=00098538 esp=00098488 program=C:\JAVA_DEV\WEB\DEV\C\MAIN.EXE&lt;br /&gt;
cs: sel=01a7  base=029a0000  limit=0009ffff&lt;br /&gt;
ds: sel=01af  base=029a0000  limit=0009ffff&lt;br /&gt;
es: sel=01af  base=029a0000  limit=0009ffff&lt;br /&gt;
fs: sel=017f  base=0000dc90  limit=0000ffff&lt;br /&gt;
gs: sel=01bf  base=00000000  limit=0010ffff&lt;br /&gt;
ss: sel=01af  base=029a0000  limit=0009ffff&lt;br /&gt;
App stack: [000985a0..000185a0]  Exceptn stack: [00018500..000165c0]&lt;br /&gt;
Call frame traceback EIPs:&lt;br /&gt;
  0x0000b584&lt;br /&gt;
  0x0000b65e&lt;br /&gt;
  0x00001e09&lt;br /&gt;
  0x0000a738&lt;br /&gt;
*/ &lt;br /&gt;
           &lt;br /&gt;
       &amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>