Use utarray to process index entries.

This commit is contained in:
2025-08-01 21:10:36 +01:00
parent 56ebb9f6af
commit 4f25209145
5 changed files with 268 additions and 142 deletions

View File

@@ -17,11 +17,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "commands.h"
#include <argtable3.h>
#include <stdbool.h>
#include <stdio.h>
#include "aaruformattool.h"
#include "commands.h"
#include "usage.h"
int cmd_identify(int argc, char *argv[])