We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ba98d commit ae5ef14Copy full SHA for ae5ef14
1 file changed
zorro_folder/include/dynamic.h
@@ -50,5 +50,5 @@ API(darr_destroy,DynamicArray)
50
51
// De-allocates **all** dynamic vectors from memory.
52
// After this function, **all handles** will no longer be recognized.
53
-void __cdecl darr_destroy_all(int handle);
+void __cdecl darr_destroy_all();
54
API(darr_destroy_all,DynamicArray)
0 commit comments