Main Page | Modules | Directories | File List | Globals | Related Pages

gm_strncmp.c File Reference

#include "gm_internal.h"

Functions

GM_ENTRY_POINT int gm_strncmp (const char *a, const char *b, int len)

Detailed Description

This file contains the GM API function gm_strncmp().

Function Documentation

GM_ENTRY_POINT int gm_strncmp const char *  a,
const char *  b,
int  len
 

gm_strncmp() reimplements strncmp().

Return values:
int Returns an integer less than, equal to, or greater than zero if the first len bytes of a is found, respectively, to be less than, to match, or be greater than b.
Parameters:
a (IN) The first string to be compared.
b (IN) The second string to be compared.
len (IN) The length in bytes.
Author:
Glenn Brown
Version:
GM_API_VERSION (as defined in gm.h)


Generated on Sat May 20 19:20:42 2006 for GM by  doxygen 1.4.4