10 lines
		
	
	
		
			338 B
		
	
	
	
		
			C
		
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			338 B
		
	
	
	
		
			C
		
	
	
	
void print_string_pointer(char* p);
 | 
						|
void print_offsets();
 | 
						|
void check_offset(int member_index, int offset);
 | 
						|
struct test* init_struct(struct test* test);
 | 
						|
int color_check(struct color* test);
 | 
						|
int color_check_by_value(struct color color);
 | 
						|
int test_check(struct test* test);
 | 
						|
int test_check_by_value(struct test test);
 | 
						|
struct test* test_new();
 |