%*c%[^\n] cut first character code example Example: cut first part of string c char *foo = "abcdef"; foo += 3; printf("%s", foo); //will print def