mirror of
https://github.com/alpine9000/amiga_examples
synced 2025-12-08 14:59:01 +00:00
5 lines
57 B
C
5 lines
57 B
C
#pragma once
|
|
|
|
void
|
|
free_vector(char** vector, int size);
|