web_plat/cxml_library_api/inc/nw_string_string.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
    18 /** ----------------------------------------------------------------------- **
    19 /** ----------------------------------------------------------------------- **
    19     @package:     NW_String
    20     @package:     NW_String
    20 
    21 
    21     @synopsis:    default
    22     @synopsis:    default
    22 
    23 
    25  ** ----------------------------------------------------------------------- **/
    26  ** ----------------------------------------------------------------------- **/
    26 
    27 
    27 #ifndef NW_STRING_STRING_H
    28 #ifndef NW_STRING_STRING_H
    28 #define NW_STRING_STRING_H
    29 #define NW_STRING_STRING_H
    29 
    30 
    30 #include <cxml_proj.h>
    31 #include "cxml_proj.h"
    31 #include <nw_string_char.h>
    32 #include "nw_string_char.h"
    32 
    33 
    33 #ifdef __cplusplus
    34 #ifdef __cplusplus
    34 extern "C"
    35 extern "C"
    35 {
    36 {
    36 #endif /* __cplusplus */
    37 #endif /* __cplusplus */
       
    38 
    37 
    39 
    38 /** ----------------------------------------------------------------------- **
    40 /** ----------------------------------------------------------------------- **
    39     @struct:      NW_String_String
    41     @struct:      NW_String_String
    40 
    42 
    41     @synopsis:    The basic wbxml string type.
    43     @synopsis:    The basic wbxml string type.