Changeset 544 for trunk/include


Ignore:
Timestamp:
Feb 17, 2019, 2:41:49 PM (6 years ago)
Author:
katerina
Message:

Fix for ticket #436 (new gcc compiler options, including LTO).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/slib.h

    r525 r544  
    227227   */
    228228  int sl_strncmp(const char * a, const char * b, size_t n);
     229  int sl_ts_strncmp(const char * a, const char * b, size_t n);
    229230
    230231  int sl_strncasecmp(const char * a, const char * b, size_t n);
Note: See TracChangeset for help on using the changeset viewer.