Skip to content

Files

Latest commit

abd1b6c · Nov 30, 2024

History

History

array02

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 30, 2024
Nov 30, 2024
Nov 30, 2024
Nov 30, 2024
Nov 30, 2024
Nov 30, 2024

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.