6 lines
95 B
C
6 lines
95 B
C
#include "common.h"
|
|
unsigned char helper(unsigned char value)
|
|
{
|
|
return transform(value);
|
|
}
|