PEP 7 – Style Guide for C Code PEP 7 – Style Guide for C Code Author: Guido van Rossum <guido at python.org>, Barry Warsaw <barry at python.org> Status: Active Type: Process Created: 05-Jul-2001 Post-History: Table of Contents Introduction C standards Common C code conventions Code lay-out Naming conventions Documentation Strings Copyright Introduction This document gives coding conventions for th

