tfStrRChr

Jump to: navigation, search

Table of Contents >> Programmer's Reference


#include <trsocket.h>


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


Function Description

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


Parameters

  • stringPtr
    The string to be searched.
  • nBytes
    The integer containing the byte being searched for.


Returns

  • char TM_FAR *
    A pointer to the last low-ordered byte of an integer in a string.
  • NULL
    No match.


Table of Contents >> Programmer's Reference