관리-도구
편집 파일: function-params.txt
int f( int a = 1, char* b = "2", // Line comment double c = 3.0, /* Block comment */ ARRAY(int, 5) d, void* e __attribute__((unused)) );