- 授权协议: BSD
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: https://github.com/lpsantil/rt0
- 软件文档: https://github.com/lpsantil/rt0
软件介绍
rt0 是一个非常小的 C 运行时,用于 Linux i386 & x86_64
特性:
仅仅 87 SLOC 实现
仅仅 2 行 GCC 嵌入 ASM for i386
仅仅 6 行 GCC 嵌入 ASM for x86_64
Small runtime providing just
argc,argv,envp,__environ,_exit, andsyscall0/1/2/3/4/5/6Small binary sizes vs. other libc's
Effective Java: Second Edition
Joshua Bloch / Addison-Wesley / 2008-05-28 / USD 54.99
Written for the working Java developer, Joshua Bloch's Effective Java Programming Language Guide provides a truly useful set of over 50 best practices and tips for writing better Java code. With plent......一起来看看 《Effective Java: Second Edition》 这本书的介绍吧!
