mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
8 lines
84 B
C
8 lines
84 B
C
|
#include "script_test_11.h"
|
||
|
|
||
|
int
|
||
|
ptr_equal(char *a, char *b)
|
||
|
{
|
||
|
return a == b;
|
||
|
}
|