:master: forse così:

codice:
#include <stdio.h>

int main() {
	char* str = "L4TON";

	printf("%x\n", str);

	return 0;
}