A have a function that takes in "int const * const data" as one of its arguments, and I have no idea what that means. I was expecting this function to take in an array, so I feel like this is an array, but I have no idea how. The lack of a comma is throwing me off. This is one argument.
EDIT: Ok, I didn't realize const was a keyword. Is there anyway that this points to an array? Because I'm expecting an array.