Changeset 526a993 in buchla-68k for libsm


Ignore:
Timestamp:
07/10/2017 07:25:34 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
2340de6
Parents:
e877e55
Message:

Wording change.

Location:
libsm
Files:
33 edited

Legend:

Unmodified
Added
Removed
  • libsm/index.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        index.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         index.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/memccpy.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        memccpy.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         memccpy.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/memchr.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        memchr.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         memchr.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/memcmp.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        memcmp.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         memcmp.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/memcmpu.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        memcmpu.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         memcmpu.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/memcpy.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        memcpy.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         memcpy.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/memcpyw.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        memcpyw.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         memcpyw.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/memset.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        memset.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         memset.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/memsetw.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        memsetw.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         memsetw.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/rindex.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        rindex.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         rindex.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/str2lc.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        str2lc.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         str2lc.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/str2uc.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        str2uc.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         str2uc.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strcat.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strcat.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strcat.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strccpy.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strccpy.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strccpy.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strchr.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strchr.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strchr.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strcmp.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strcmp.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strcmp.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strcpy.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strcpy.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strcpy.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strcspn.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strcspn.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strcspn.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strfill.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strfill.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strfill.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strlcmp.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strlcmp.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strlcmp.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strlen.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strlen.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strlen.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strltrm.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strltrm.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strltrm.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strncat.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strncat.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strncat.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strncmp.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strncmp.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strncmp.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strncpy.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strncpy.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strncpy.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strpbrk.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strpbrk.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strpbrk.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strrchr.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strrchr.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strrchr.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strrev.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strrev.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strrev.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strrevi.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strrevi.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strrevi.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strrtrm.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strrtrm.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strrtrm.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strspn.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strspn.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strspn.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strtok.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strtok.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strtok.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • libsm/strtol.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        strtol.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         strtol.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
Note: See TracChangeset for help on using the changeset viewer.