FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Macros | Functions
ac_tcslen.h File Reference
#include <wchar.h>

Go to the source code of this file.

Macros

#define _tcslen   ac_strlen
 
#define wcslen   ac_wcslen
 
#define strlen   ac_strlen
 

Functions

unsigned ac_wcslen (const wchar_t *param_1)
 
unsigned ac_strlen (const char *param_1)
 

Macro Definition Documentation

◆ _tcslen

#define _tcslen   ac_strlen

Definition at line 28 of file ac_tcslen.h.

◆ strlen

#define strlen   ac_strlen

Definition at line 38 of file ac_tcslen.h.

◆ wcslen

#define wcslen   ac_wcslen

Definition at line 34 of file ac_tcslen.h.

Function Documentation

◆ ac_strlen()

unsigned ac_strlen ( const char * param_1)
inline

Definition at line 47 of file ac_tcslen.h.

◆ ac_wcslen()

unsigned ac_wcslen ( const wchar_t * param_1)
inline

Definition at line 40 of file ac_tcslen.h.