ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "ff_string.h"
#include "ff_error.h"

Go to the source code of this file.

Functions

void FF_toupper (FF_T_INT8 *string, FF_T_UINT32 strLen)
 Converts an ASCII string to lowercase.
void FF_tolower (FF_T_INT8 *string, FF_T_UINT32 strLen)
FF_T_BOOL FF_strmatch (const FF_T_INT8 *str1, const FF_T_INT8 *str2, FF_T_UINT16 len)
 Compares 2 strings for the specified length, and returns FF_TRUE is they are identical otherwise FF_FALSE is returned.
FF_T_INT8FF_strtok (const FF_T_INT8 *string, FF_T_INT8 *token, FF_T_UINT16 *tokenNumber, FF_T_BOOL *last, FF_T_UINT16 Length)
 A re-entrant Strtok function. No documentation is provided :P Use at your own risk. (This is for FullFAT's use only).

Detailed Description

Author:
James Walmsley

Definition in file ff_string.c.


Generated on Mon May 28 2012 06:01:22 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.