[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: argmatch: use void* for raw memory pointers
From: |
Bruno Haible |
Subject: |
Re: argmatch: use void* for raw memory pointers |
Date: |
Wed, 24 Apr 2019 17:24:52 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-141-generic; KDE/5.18.0; x86_64; ; ) |
Hi Akim,
> commit 2168926d033188dac94559493399d9d877734f26
> Author: Akim Demaille <address@hidden>
> Date: Thu Apr 18 22:23:02 2019 +0200
>
> argmatch: use void* for raw memory pointers
>
> * lib/argmatch.h, lib/argmatch.c (argmatch, argmatch_valid)
> (__xargmatch_internal, argmatch_to_argument): Use void* for pointers
> to "values", keep char* for strings.
Looks good to me.
Bruno