7 lines
60 B
C
7 lines
60 B
C
#include "test.h"
|
|
|
|
int transform(int a)
|
|
{
|
|
return (--a);
|
|
}
|