|
C-Menu 0.2.9
A User Interface Toolkit
|
Functions for Testing Only. More...
Functions | |
| int | segmentation_fault () |
| Function to intentionally cause a segmentation fault for testing purposes. | |
Functions for Testing Only.
| int segmentation_fault | ( | ) |
Function to intentionally cause a segmentation fault for testing purposes.
This function is designed to intentionally cause a segmentation fault by dereferencing a null pointer. It is intended for testing purposes only and should not be used in production code. The caller should be aware that executing this function will crash the program.
Definition at line 1520 of file futil.c.