#include "test.h" int main() { int a = 't'; a = transform(a); ft_putchar(a); return (0); }