O nás     Inzerce     KontaktSpolehlivé informace o IT již od roku 2011
Hledat
Nepřehlédněte: Usnadní vám práci: Pozoruhodné IT produkty pro rok 2024
Správa dokumentů
Digitální transformace
Informační systémy
Hlavní rubriky: Informační systémy, Mobilní technologie, Datová centra, Sítě, IT bezpečnost, Software, Hardware, Zkušenosti a názory, Speciály

Pozoruhodné IT produkty 2024
E-knihy o IT zdarma
Manuál Linux
[Linux manuál]

strsignal: návratový řetězec popisující signál

Originální popis anglicky: strsignal - return string describing signal

Návod, kniha: Linux Programmer's Manual

STRUČNĚ

#define _GNU_SOURCE
 
#include <string.h>
 
char *strsignal(int sig);
 
extern const char * const sys_siglist[];

POPIS / INSTRUKCE

The strsignal() function returns a string describing the signal number passed in the argument sig. The string can only be used until the next call to strsignal().
The array sys_siglist holds the signal description strings indexed by signal number. The strsignal() function should be used if possible instead of this array.

NÁVRATOVÁ HODNOTA

The strsignal() function returns the appropriate description string, or an unknown signal message if the signal number is invalid. On some systems (but not on Linux), a NULL pointer may be returned instead for an invalid signal number.

ODPOVÍDAJÍCÍ

This function is not part of any standard, but may be found on Linux systems and some UNIX systems (such as Solaris).

SOUVISEJÍCÍ

psignal(3), strerror(3)
1999-02-08 GNU
©2011-2024 BusinessIT.cz, ISSN 1805-0522 | Názvy použité v textech mohou být ochrannými známkami příslušných vlastníků.
Provozovatel: Bispiral, s.r.o., kontakt: BusinessIT(at)Bispiral.com | Inzerce: Best Online Media, s.r.o., zuzana@online-media.cz
O vydavateli | Pravidla webu BusinessIT.cz a ochrana soukromí | Používáme účetní program Money S3 | pg(8344)