bdfr, cdecl, cfssl, clamav, cron: add Korean translation (#14652)

This commit is contained in:
HoJeong Im
2024-11-06 14:32:26 +09:00
committed by GitHub
parent ae67428b07
commit 0a5895acfa
5 changed files with 94 additions and 0 deletions

20
pages.ko/common/cdecl.md Normal file
View File

@@ -0,0 +1,20 @@
# cdecl
> C 및 C++ 타입 선언을 작성하고 디코딩.
> 더 많은 정보: <https://github.com/paul-j-lucas/cdecl>.
- 영어 구문을 C 선언으로 작성하고, 컴파일 가능한([c]ompilable) 출력을 생성 (`;``{}` 포함):
`cdecl -c {{구문}}`
- C 선언을 영어로 설명:
`cdecl explain {{C_선언}}`
- 변수를 다른 타입으로 캐스팅:
`cdecl cast {{변수_이름}} to {{타입}}`
- 대화형([i]nteractive) 모드에서 실행:
`cdecl -i`