7 lines
84 B
C
7 lines
84 B
C
#include "script_test_11.h"
|
|
|
|
int
|
|
ptr_equal(char *a, char *b)
|
|
{
|
|
return a == b;
|
|
}
|