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