Changes between Initial Version and Version 1 of Ticket #61216, comment 15


Ignore:
Timestamp:
Oct 18, 2020, 7:16:34 AM (4 years ago)
Author:
chrstphrchvz (Christopher Chavez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61216, comment 15

    initial v1  
    1 To correct myself, `stricmp()` is declared in libsrc/util/strfuns.h, so maybe `#include <util/strfuns.h>` (or possibly `#include <libutil.h>`) is all that's missing from libsrc/Wi/numeric.c. I will try that and open a PR if it works.
     1To correct myself, `stricmp()` is declared in libsrc/util/strfuns.h, so maybe `#include "util/strfuns.h"` (or possibly `#include "libutil.h"`) is all that's missing from libsrc/Wi/numeric.c. I will try that and open a PR if it works.