core/com.nokia.carbide.cpp.compiler.doc.user/c_compilerTOC.xml
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <?NLS TYPE="org.eclipse.help.toc"?>
       
     3 
       
     4 <toc label="C Compiler" >
       
     5   
       
     6 	<topic label="Carbide Implementation of C" href="html/c_compiler/c_implementation.htm" > 
       
     7 		<topic label="Identifiers" 						href="html/c_compiler/c_indentifiers.htm" /> 
       
     8 		<topic label="Header Files" 					href="html/c_compiler/c_header_files.htm" /> 
       
     9 		<topic label="Precompiled Header Files" 		href="html/c_compiler/c_pre_header_files.htm" /> 
       
    10 		<topic label="Prefix Files" 					href="html/c_compiler/c_prefix_files.htm" /> 
       
    11 		<topic label="Sizeof() Operator Data Type" 		href="html/c_compiler/c_sizeof_type.htm" /> 
       
    12 		<topic label="Volatile Variables" 				href="html/c_compiler/c_volatile_var.htm" /> 
       
    13 		<topic label="Enumerated Types" 				href="html/c_compiler/c_enum_types.htm" /> 
       
    14 	</topic>
       
    15        
       
    16 	<topic label="Extensions to ISO C" href="html/c_compiler/c_iso_extensions.htm" > 
       
    17 		<topic label="Checking for Standard C/C++ Conformity" 		href="html/c_compiler/c_std_conformity.htm" /> 
       
    18 
       
    19 		<topic label="Using C++ Comments" 							href="html/c_compiler/c_cpp_comments.htm" /> 
       
    20 		<topic label="Unnamed Arguments in Function Definitions" 	href="html/c_compiler/c_unnamed_args.htm" /> 
       
    21 		<topic label="A # Not Followed by a Macro Argument"			href="html/c_compiler/c_macro_args.htm" /> 
       
    22 		<topic label="Using an Identifier after #endif" 			href="html/c_compiler/c_endif_identifier.htm" /> 
       
    23 		<topic label="Using Typecast Pointers as lvalues"			href="html/c_compiler/c_typecast_ptrs.htm" /> 
       
    24 		<topic label="Declaring Variables by Address" 				href="html/c_compiler/c_declare_var_addr.htm" /> 
       
    25 		<topic label="ANSI Keywords Only"		 					href="html/c_compiler/c_ansi_keywords.htm" /> 
       
    26 		<topic label="Expanding Trigraphs" 							href="html/c_compiler/c_expand_trigraphs.htm" /> 
       
    27 		<topic label="Character Constants as Integer Values"		href="html/c_compiler/c_char_const_as_int.htm" /> 
       
    28 		<topic label="Inlining" 									href="html/c_compiler/c_inlining.htm" /> 
       
    29 		<topic label="Pool Strings" 								href="html/c_compiler/c_pool_strings.htm" /> 
       
    30 		<topic label="Reusing Strings" 								href="html/c_compiler/c_reuse_strings.htm" /> 
       
    31 		<topic label="Require Function Prototypes"	 				href="html/c_compiler/c_require_prototypes.htm" /> 
       
    32 		<topic label="Map Newlines to CR" 							href="html/c_compiler/c_map_newlines.htm" /> 
       
    33 		<topic label="Relaxed Pointer Type Rules"	 				href="html/c_compiler/c_relaxed_ptrs.htm" /> 
       
    34 		<topic label="Using Unsigned Chars"			 				href="html/c_compiler/c_unsigned_chars.htm" /> 
       
    35 		<topic label="Using long long Pointers"		 				href="html/c_compiler/c_use_longlong.htm" /> 
       
    36 		<topic label="Converting Pointers to Types of the Same Size" 	href="html/c_compiler/c_convert_ptrs.htm" /> 
       
    37 		<topic label="Getting Alignment and Type Information at Compile Time" href="html/c_compiler/c_get_alignment_info.htm" /> 
       
    38 		<topic label="Arrays of Zero Length in Structures"			href="html/c_compiler/c_zero_length_arrays.htm" /> 
       
    39 		<topic label="Intrinsic Functions for Bit Rotation"			href="html/c_compiler/c_bit_rotation.htm" /> 
       
    40 		<topic label="The 'D' Constant Suffix"		 				href="html/c_compiler/c_d_constant_suffix.htm" /> 
       
    41 		<topic label="The short double Data Type"	 				href="html/c_compiler/c_short_dbl_type.htm" /> 
       
    42 		<topic label="The ___typeof___() and typeof() Operators" 	href="html/c_compiler/c_typeof_operator.htm" /> 
       
    43 		<topic label="Initialization of Local Arrays" 				href="html/c_compiler/c_init_local_arrays.htm" /> 
       
    44 		<topic label="Ranges in case Statements"	 				href="html/c_compiler/c_ranged_cases.htm" /> 
       
    45 		<topic label="The __FUNCTION__ Predefined Identifier"		href="html/c_compiler/c_function_identifier.htm" /> 
       
    46 		<topic label="GCC Extension Support" 						href="html/c_compiler/c_gcc_ext_support.htm" /> 
       
    47 		<topic label="Multibyte and Unicode Support" 				href="html/c_compiler/c_multibyte_support.htm" /> 
       
    48 		<topic label="The __decspec Declarator"		 				href="html/c_compiler/c_decspec_decl.htm" /> 
       
    49 	</topic>
       
    50       
       
    51 </toc>