This document summarizes how Borland has chosen to implement certain aspects of the C language standard that are not precisely defined by ANSI. It discusses implementation-specific details like how compiler diagnostics are identified, the semantics of main's arguments, what constitutes an interactive device, properties of integer and floating-point types, character set mappings, and the results of various conversions between types. The section numbers refer to aspects of the C language standard that compilers can define individually.