tfStrChr

Jump to: navigation, search

Table of Contents >> Programmer's Reference


#include <trsocket.h>


char TM_FAR * tfStrChr (
const char TM_FAR * stringPtr,
int character
);


Function Description

This function searches for the low-ordered byte of an integer in a string.


Parameters

  • stringPtr
    Pointer to the string being searched.
  • character
    The integer containing the byte for which tfStrChr() is searching.


Returns

  • > 0
    A pointer to the first match.
  • NULL
    No matches.


Table of Contents >> Programmer's Reference