Sign in
gnu
/
dejagnu
/
refs/heads/origin
/
.
/
example
/
mathhelper
/
libmathhelper
/
mathhelper.h
blob: 8675eeeaed62104bb9bf7f7babb57420423251de [
file
] [
log
] [
blame
]
// mathhelper.h
// library function prototypes
int
mathhelper
(
char
op
,
int
x
,
int
y
);