#include #include #include /*unknown declaration named translation_unit*/ /*unknown declaration named translation_unit*/ /*unknown declaration named translation_unit*/ /*unknown declaration named translation_unit*/ /*unknown declaration named translation_unit*/ /*unknown declaration named translation_unit*/ /*unknown declaration named translation_unit*/ /** * Plain Typedefs */ /*typedef string */ typedef struct __struct_dummy_string_dot_krak_scp_string__ string_dot_krak_scp_string; /*typedef vector */ /* non instantiated template vector *//*typedef vector */ typedef struct __struct_dummy_vector_dot_krak_scp_vector_lessthan_char_greaterthan___ vector_dot_krak_scp_vector_lessthan_char_greaterthan_; /** * Import Includes */ /** * Top Level C Passthrough */ #include #include /** * Extern Variable Declarations */ extern int a; /*extern identifier*/ /** * Class Structs */ struct __struct_dummy_vector_dot_krak_scp_vector_lessthan_char_greaterthan___ { char* vector_dot_krak_scp_data; int vector_dot_krak_scp_size; int vector_dot_krak_scp_available; }; struct __struct_dummy_string_dot_krak_scp_string__ { vector_dot_krak_scp_vector_lessthan_char_greaterthan_ string_dot_krak_scp_data; }; /** * Function Prototypes */ int main(); /*func*/ void io_dot_krak_scp_print_char_P__(char* io_dot_krak_scp_toPrint); /*func*/ void io_dot_krak_scp_print_string_dot_krak_scp_string(string_dot_krak_scp_string io_dot_krak_scp_toPrint); /*func*/ void io_dot_krak_scp_print_int(int io_dot_krak_scp_toPrint); /*func*/ void io_dot_krak_scp_print_float(float io_dot_krak_scp_toPrint); /*func*/ void io_dot_krak_scp_print_double(double io_dot_krak_scp_toPrint); /*func*/ void io_dot_krak_scp_println(); /*func*/ void io_dot_krak_scp_println_char_P__(char* io_dot_krak_scp_toPrint); /*func*/ void io_dot_krak_scp_println_string_dot_krak_scp_string(string_dot_krak_scp_string io_dot_krak_scp_toPrint); /*func*/ void io_dot_krak_scp_println_int(int io_dot_krak_scp_toPrint); /*func*/ void io_dot_krak_scp_println_float(float io_dot_krak_scp_toPrint); /*func*/ void io_dot_krak_scp_println_double(double io_dot_krak_scp_toPrint); /*func*/ /* template function delete NoValue */ /* template function delete NoValue */ /* template function delete NoValue */ /* template function delete NoValue */ void mem_dot_krak_scp_delete_lessthan_char_greaterthan__char_P__(char* mem_dot_krak_scp_toDelete); /*func*/ void mem_dot_krak_scp_delete_lessthan_char_greaterthan__char_P___int(char* mem_dot_krak_scp_toDelete, int mem_dot_krak_scp_itemCount); /*func*/ /* template function free NoValue */ void mem_dot_krak_scp_free_lessthan_char_greaterthan__char_P__(char* mem_dot_krak_scp_memPtr); /*func*/ /* template function malloc NoValue */ char* mem_dot_krak_scp_malloc_lessthan_char_greaterthan__int(int mem_dot_krak_scp_size); /*func*/ char* mem_dot_krak_scp_mem_scopeop_new_lessthan_char_greaterthan__int(int mem_dot_krak_scp_count); /*func*/ /* template function new NoValue */ /* template function new NoValue */ char* mem_dot_krak_scp_new_lessthan_char_greaterthan__int(int mem_dot_krak_scp_count); /*func*/ /* template function sizeof NoValue */ int mem_dot_krak_scp_sizeof_lessthan_char_greaterthan_(); /*func*/ /* Method Prototypes for string */ string_dot_krak_scp_string* string_dot_krak_scp_string__construct(string_dot_krak_scp_string* this); string_dot_krak_scp_string* string_dot_krak_scp_string__construct_char_P__(string_dot_krak_scp_string* this, char* string_dot_krak_scp_str); char* string_dot_krak_scp_string__toCharArray(string_dot_krak_scp_string* this); /* Done with string */ /* template function greater NoValue */ /* template function lesser NoValue */ int util_dot_krak_scp_lesser_lessthan_int_greaterthan__int_int(int util_dot_krak_scp_a, int util_dot_krak_scp_b); /*func*/ /* Method Prototypes for vector */ vector_dot_krak_scp_vector_lessthan_char_greaterthan_* vector_dot_krak_scp_vector_lessthan_char_greaterthan___construct(vector_dot_krak_scp_vector_lessthan_char_greaterthan_* this); void vector_dot_krak_scp_vector_lessthan_char_greaterthan___destruct(vector_dot_krak_scp_vector_lessthan_char_greaterthan_* this); bool vector_dot_krak_scp_vector_lessthan_char_greaterthan___resize_int(vector_dot_krak_scp_vector_lessthan_char_greaterthan_* this, int vector_dot_krak_scp_newSize); char vector_dot_krak_scp_vector_lessthan_char_greaterthan___at_int(vector_dot_krak_scp_vector_lessthan_char_greaterthan_* this, int vector_dot_krak_scp_index); char vector_dot_krak_scp_vector_lessthan_char_greaterthan___get_int(vector_dot_krak_scp_vector_lessthan_char_greaterthan_* this, int vector_dot_krak_scp_index); char* vector_dot_krak_scp_vector_lessthan_char_greaterthan___getBackingMemory(vector_dot_krak_scp_vector_lessthan_char_greaterthan_* this); void vector_dot_krak_scp_vector_lessthan_char_greaterthan___set_int_char(vector_dot_krak_scp_vector_lessthan_char_greaterthan_* this, int vector_dot_krak_scp_index, char vector_dot_krak_scp_dataIn); void vector_dot_krak_scp_vector_lessthan_char_greaterthan___addEnd_char(vector_dot_krak_scp_vector_lessthan_char_greaterthan_* this, char vector_dot_krak_scp_dataIn); /* Done with vector */