SysLink API Reference  2.21.03.11
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
String.h File Reference

Detailed Description

Defines for String manipulation library.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

String String_cat (String s1, String s2)
Int String_cmp (String s1, String s2)
Int String_ncmp (String s1, String s2, UInt32 n)
String String_cpy (String s1, String s2)
String String_ncpy (String s1, String s2, UInt32 n)
Int String_len (String s)
Int String_hexToStr (String s, UInt32 hex)
UInt32 String_hash (String s)

Function Documentation

String String_cat ( String  s1,
String  s2 
)
Int String_cmp ( String  s1,
String  s2 
)
Int String_ncmp ( String  s1,
String  s2,
UInt32  n 
)
String String_cpy ( String  s1,
String  s2 
)
String String_ncpy ( String  s1,
String  s2,
UInt32  n 
)
Int String_len ( String  s)
Int String_hexToStr ( String  s,
UInt32  hex 
)
UInt32 String_hash ( String  s)
Copyright 2014, Texas Instruments Incorporated