Serial.println

I see functions like this one,

void Print::println(const char c[]){
..
}

in this file {Arduino Path}\hardware\cores\arduino\Print.cpp

what this mean void Print::println? it is not usual to see this, i think.

regards