# what-does-this-code-block-standfor > 주어진 코드 묶음에 대해 함수나 변수명에서 축약된 의미가 있다면 설명. - Author: Hanjae Lee - Repository: jayhanjaelee/claude - Version: 20260208205303 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/jayhanjaelee/claude - Web: https://mule.run/skillshub/@@jayhanjaelee/claude~what-does-this-code-block-standfor:20260208205303 --- --- name: what-does-this-code-block-standfor description: 주어진 코드 묶음에 대해 함수나 변수명에서 축약된 의미가 있다면 설명. argument-hint: [Programming Language] model: haiku --- ## 프로그래밍 언어 $0 에 대해 처리해야할 내용 목록. 1. 프로그래밍 언어 $0 에 대한 컨텍스트를 유지. 1. **함수, 변수의 줄임말 설명**: 예를들어 C언어 함수 getc 의 c 는 character 를 의미한다라는 식의 부연설명 주석으로 추가. ## 출력 형식 축약된 문자를 대문자로 강조하고 실제 의미와 함께 보기 쉽게 출력. ```c getc() -> get Charcter : 한 문자를 입력받습니다. ```