To tylko jedna z 2 stron tej notatki. Zaloguj się aby zobaczyć ten dokument.
Zobacz
całą notatkę
ANSI C Translation Phases Every trigraph sequence in the source file is replaced Every backslash/new-line character pair is deleted The source is converted into preprocessing tokens and sequences of white spaces Each comment is effectively replaced by a space character Every preprocessing directive is handled and all macro invocations are replaced Each #included source file is run through the earlier phases before its contents replace the directive line Every escape sequence (in character constants and string literals) is interpreted Adjacent string literals are concatenated Every preprocessing token is converted into a regular token; the compiler properly parses these and generates code All external object and function references are resolved, resulting in the final program
... zobacz całą notatkę
Komentarze użytkowników (0)