C Standard Libraries C++

<csignal>

Overview

Types

sig_atomic_t

Definitions

typedef int sig_atomic_t;

Description

This data type can be modified as an atomic entity, even in the presence of asynchronous interrupts.

 

© 2007–2025 XoaX.net LLC. All rights reserved.