]> Kevux Git Server - fll/commit
Update: Ensure pointers passed to the function are constant.
authorKevin Day <thekevinday@gmail.com>
Sat, 12 Aug 2023 03:28:09 +0000 (22:28 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 12 Aug 2023 03:28:09 +0000 (22:28 -0500)
commit16a9af8f5d632d6f92c1f28aa5cddf1c0b477b8a
tree81c9be03a22eff08965c7dd2626419ff3291f2ac
parent82e63fac2e82ce286194b6d8a7caeaa3cf4016a2
Update: Ensure pointers passed to the function are constant.

The function should never be allowed to change the pointer itself.
A double pointer is used so that the value of the pointer can be another pointer which can then be changed.
level_0/f_memory/c/memory/array.c
level_0/f_memory/c/memory/array.h
level_0/f_memory/c/memory/arrays.c
level_0/f_memory/c/memory/arrays.h
level_0/f_memory/c/memory/private-array.c
level_0/f_memory/c/memory/private-array.h