mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +01: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;
|
|
}
|