Changeset 1528


Ignore:
Timestamp:
Sep 28, 2004, 4:54:21 AM (21 years ago)
Author:
bird
Message:

Ported to InnoTekLIBC :-).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/bsd/string/strspn.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1527 r1528  
    3232 */
    3333
     34#include "libc-alias.h"
    3435#if defined(LIBC_SCCS) && !defined(lint)
    3536static char sccsid[] = "@(#)strspn.c    8.1 (Berkeley) 6/4/93";
     
    4445 */
    4546size_t
    46 strspn(s1, s2)
     47_STD(strspn)(s1, s2)
    4748        const char *s1;
    4849        const char *s2;
Note: See TracChangeset for help on using the changeset viewer.