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