Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

File: [Platon] / libplaton / platon / str / strmmx.h (download)

Revision 1.5, Tue Aug 27 13:12:33 2002 UTC (21 years, 7 months ago) by rajo


Changes since 1.4: +13 -13 lines

Code cleanup.

#ifndef _PLATON_STRMMX_H
#define _PLATON_STRMMX_H

#ifndef PLATON_FUNC
# define PLATON_FUNC(_name) _name
#endif
#ifndef PLATON_FUNC_STR
# define PLATON_FUNC_STR(_name) #_name
#endif

#ifdef __cplusplus
extern "C" {
#endif

    char *PLATON_FUNC(strcpymmx)(void *dest, const void *src);
    char *PLATON_FUNC(strncpymmx)(void *dest, const void *src, size_t n);
    void *PLATON_FUNC(memcpymmx)(void *dest, const void *src, size_t n);
    void *PLATON_FUNC(memsetmmx)(void *s, int c, size_t n);
    int   PLATON_FUNC(memcmpmmx)(const void *s1, const void *s2, size_t n);

#ifdef __cpluplus
}
#endif

#endif                /* _PLATON_STR_MMX_H */


Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top