Hi all! What does it means:
Code:
typedef int user_request[BUFFER_SIZE];
Is it an array of integers??? If not, how can I typedef an array of integers? It can't be dynamic, and the code is not my, so I can't do it by another way. Thanks any help and the time