Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      Standard library header <setjmp.h>

      From cppreference.com
      <c‎ |header
       
       
       

      This header is part of theprogram support utilities library.

      Contents

      Types

      execution context type
      (typedef)[edit]

      Macros

      saves the context
      (function macro)[edit]

      Functions

      jumps to specified location
      (function)[edit]

      [edit]Synopsis

      #define __STDC_VERSION_SETJMP_H__ 202311L typedef/* unspecified */jmp_buf; intsetjmp(jmp_buf env);[[noreturn]]voidlongjmp(jmp_buf env,int val);
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=c/header/setjmp&oldid=180739"

      [8]ページ先頭

      ©2009-2025 Movatter.jp