Strerror

Strerror

The string-error function, strerror, is a C/C++ function which translates an error code, usually stored in the global variable errno, to a human-readable error message.

History

The strerror function is defined in IEEE Std 1003.1, also known as POSIX 1.

Reentrancy

The strerror function is not reentrant. For a reentrant version of the function, see strerror_r.

Usage

Inclusion

;C#include ;C++#include

Declaration

char* strerror(int errnum);

emantics

The function generates and reports a C-style string, containing an error message derived from the error code passed in with "errnum".

ee also

*strerror_r
*perror
*ISO/ANSI C
*ISO/ANSI C++
*POSIX
*Single UNIX Specification

References

# [http://www.opengroup.org/onlinepubs/000095399/functions/strerror.html strerror] by OpenGroup


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Strerror — Строковая функция strerror функция языков C/C++, транслирующая код ошибки, который обычно хранится в глобальной переменной errno, в сообщение об ошибке, понятном человеку. Содержание 1 История 2 Реентрабельность …   Википедия

  • strerror — Строковая функция strerror функция языков C/C++, транслирующая код ошибки, который обычно хранится в глобальной переменной errno, в сообщение об ошибке, понятном человеку. Содержание 1 История 2 Реентрабельность …   Википедия

  • Strerr — Строковая функция strerror функция языков C/C++, транслирующая код ошибки, который обычно хранится в глобальной переменной errno, в сообщение об ошибке, понятном человеку. Содержание 1 История 2 Реентрабельность 3 Использование …   Википедия

  • C string handling — C string redirects here. For the underwear and swimwear, see C string (clothing). C Standard Library Data types Character classification Strings Mathematics …   Wikipedia

  • Berkeley sockets — The Berkeley sockets application programming interface (API) comprises a library for developing applications in the C programming language that perform inter process communication, most commonly across a computer network.Berkeley sockets (also… …   Wikipedia

  • Сокеты Беркли — Сокеты Беркли  интерфейс программирования приложений (API), представляющий собой библиотеку для разработки приложений на языке Си с поддержкой межпроцессного взаимодействия (IPC), часто применяемый в компьютерных сетях. Сокеты Беркли (также… …   Википедия

  • string.h — es un archivo de la Biblioteca estándar del lenguaje de programación C que contiene la definición de macros, constantes, funciones y tipos de utilidad para trabajar con cadenas de caracteres y algunas operaciones de manipulación de memoria (el… …   Wikipedia Español

  • String.h — Demande de traduction string.h → …   Wikipédia en Français

  • String.h — Saltar a navegación, búsqueda string.h es un archivo de la Biblioteca estándar del lenguaje de programación C que contiene la definición de macros, constantes, funciones y tipos de utilidad para trabajar con cadenas de caracteres y algunas… …   Wikipedia Español

  • String.h — Стандартная библиотека языка программирования С assert.h complex.h ctype.h errno.h fenv.h float.h inttypes.h iso646.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stdbool.h stddef.h stdint.h stdio.h stdlib.h …   Википедия

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”