Skip to content

Files

array01

A Go program that passes people created from a config file to a C function that dynamically allocates memory for each person and returns a separate array of the people passed to the function.

This is useful if you need to return entries/arrays from C into Go.