script_test_11b.c 84 B

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