Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      Standard library header <errno.h>

      From cppreference.com
      <c‎ |header
       
       
       

      This header is part of theerror handling library.

      [edit]Error numbers

      macro which expands to POSIX-compatible thread-local error number variable
      (macro variable)[edit]
      macros for standard POSIX-compatible error conditions
      (macro constant)[edit]

      [edit]Synopsis

      #define EDOM   /* implementation-defined */#define EILSEQ /* implementation-defined */#define ERANGE /* implementation-defined */ #define errno  /* implementation-defined */ // Only if the implementation defines __STDC_LIB_EXT1__ and additionally the user code// defines __STDC_WANT_LIB_EXT1__ before any inclusion of <errno.h>:#ifdef __STDC_WANT_LIB_EXT1__#define __STDC_LIB_EXT1__  /* implementation-defined */#define errno_t            /* implementation-defined */#endif
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=c/header/errno&oldid=180047"

      [8]ページ先頭

      ©2009-2025 Movatter.jp