mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add detailed documentation for various processing functions in AaruFormat
This commit is contained in:
@@ -28,6 +28,14 @@
|
||||
#include "log.h"
|
||||
#include "utarray.h"
|
||||
|
||||
/**
|
||||
* @brief Opens an existing AaruFormat image file.
|
||||
*
|
||||
* Opens the specified image file and returns a pointer to the initialized aaruformat context.
|
||||
*
|
||||
* @param filepath Path to the image file to open.
|
||||
* @return Pointer to the opened aaruformat context, or NULL on failure.
|
||||
*/
|
||||
void *aaruf_open(const char *filepath)
|
||||
{
|
||||
aaruformatContext *ctx = NULL;
|
||||
|
||||
Reference in New Issue
Block a user