Besides, in all of the open-source code I have ever seen so far with one exception, variable names have no meaning, or are otherwise not self-descriptive.int build_huffman( zhuffman * h, uint8 * s, int n )Okay, n is commonly used for a total and there is a pointer before it so it is clearly the length of the array.Care to tell me what s is?I encountered this just last night and had to look at what