Changeset e225e77 in buchla-68k for libsm


Ignore:
Timestamp:
07/09/2017 10:24:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
411371e
Parents:
d2d593b
Message:

Added missing includes and declarations.

Location:
libsm
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libsm/str2lc.c

    rd2d593b re225e77  
    55   ============================================================================
    66*/
     7
     8#include "ctype.h"
    79
    810int8_t *str2lc(int8_t *s)
  • libsm/str2uc.c

    rd2d593b re225e77  
    55   ============================================================================
    66*/
     7
     8#include "ctype.h"
    79
    810int8_t *str2uc(int8_t *s)
  • libsm/strlcmp.c

    rd2d593b re225e77  
    1414   ============================================================================
    1515*/
     16
     17#include "strings.h"
    1618
    1719int16_t strlcmp(int8_t *s, int8_t *l[])
Note: See TracChangeset for help on using the changeset viewer.