asrm_append_result()

Append a result to a list of results.

Synopsis:

#include "asr/asrm.h"
 
asr_result_t* asrm_append_result(asr_result_t *results, asr_result_t *new_result)

Arguments:

results

The results list.

new_result

The result to append.

Library:

libasr

Description:

The asrm_append_result() function appends the result specified by new_result to the specified results list, results.

Returns:

A pointer to the updated results list.