Beej’s Guide to C Programming
1 Foreword 1.1 Audience 1.2 How to Read This Book 1.3 Platform and Compiler 1.4 Official Homepage 1.5 Email Policy 1.6 Mirroring 1.7 Note for Translators 1.8 Copyright and Distribution 1.9 Dedication 2 Hello, World! 2.1 What to Expect from C 2.2 Hello, World! 2.3 Compilation Details 2.4 Building with gcc 2.5 Building with clang…