1 #include "script_test_11.h" 2 3 int ptr_equal(char * a,char * b)4 ptr_equal(char *a, char *b) 5 { 6 return a == b; 7 } 8