sample_function()

sample_function()#

Describe the function

Prototype

PUBLIC void sample_function(int exit_code);

Parameters

Key

Type

Description

exit_code

int

The exit code to set:

  • 0: Indicates successful termination.

  • Non-zero values: Indicate an error or specific termination condition.

Return Value

Describe the return