Changeset 7258c6a in buchla-68k for libsm/strlcmp.c


Ignore:
Timestamp:
07/09/2017 04:45:34 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8618599
Parents:
0292fbb
Message:

Use standard integer types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libsm/strlcmp.c

    r0292fbb r7258c6a  
    1515*/
    1616
    17 int strlcmp(char *s, char *l[])
     17int16_t strlcmp(int8_t *s, int8_t *l[])
    1818{
    19         int     rc;
     19        int16_t rc;
    2020
    2121        rc = 0;
Note: See TracChangeset for help on using the changeset viewer.