Skip to content

Latest commit

 

History

History

array02

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.