Define the header for the `ReadFile` function. The function prototype: ```c int ReadFile(const char* fileName, void **contents, uint32_t *size); ``` Requirements: - [ ] Doxygen comments for documentation generation - [ ] GTest for the interface
Define the header for the
ReadFilefunction. The function prototype:Requirements: