강의

멘토링

커뮤니티

Inflearn Community Q&A

ndrvd20037962's profile image
ndrvd20037962

asked

Linux System Programming

Standard I/O Library-1

함수 메뉴얼을 보기 위한 단축키

Written on

·

77

0

fopen() 과 같은 함수의 메뉴얼을 보기 위해선 어떤 단축키를 이용해야 하나요?

linux운영체제linux-kernelipcpthreadsystem-programming

Answer 1

1

jikim1770님의 프로필 이미지
jikim1770
Instructor

안녕하세요.

 

fopen은 라이브러리이므로 섹션 번호 2번 입니다.

2를 눌렀다가 shifk+k를 누르면 됩니다.

 

ndrvd20037962's profile image
ndrvd20037962

asked

Ask a question