mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2025-11-24 02:13:07 +00:00
5 lines
57 B
C
5 lines
57 B
C
#pragma once
|
|
|
|
void
|
|
free_vector(char** vector, int size);
|