错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Linux Operating System Services

  • Stephen Smith

摘要

In the sample programs so far, the ability to exit programs and display a string was needed. For Linux, the operating system services were called directly to do this. In all high-level programming languages, there is a runtime library that includes wrappers for calling the operating system. This makes it appear that these services are part of the high-level language. In this chapter, what these runtime libraries do under the covers to call Linux and what services are available will be looked at.