Page 22 - C-Language
P. 22
CMocka 370
Chapter 56: Threads (native) 372
Syntax 372
Remarks 372
C libraries that are known to support C11 threads are: 372
C libraries that don't support C11 threads, yet: 372
Examples 373
Start several threads 373
Inititialization by one thread 373
Chapter 57: Type Qualifiers 375
Remarks 375
Top-level qualifications 375
Pointer subtype qualifications 375
Examples 376
Unmodifiable (const) variables 376
Warning 376
Volatile variables 376
Chapter 58: Typedef 379
Introduction 379
Syntax 379
Remarks 379
Examples 380
Typedef for Structures and Unions 380
Simple Uses of Typedef 381
For giving short names to a data type 381
Improving portability 381
To specify a usage or to improve readability 382
Typedef for Function Pointers 382
Chapter 59: Undefined behavior 385
Introduction 385
Remarks 385

