To tylko jedna z 2 stron tej notatki. Zaloguj się aby zobaczyć ten dokument.
Zobacz
całą notatkę
Standard Predefined Macros __FILE__ - This macro expands to the name of the current input file, in the form of a C string constant __LINE__ - This macro expands to the current input line number, in the form of a decimal integer constant Example: fprintf (stderr, "Internal error: " "negative string length " "%d at %s, line %d.", length, __FILE__, __LINE__);
... zobacz całą notatkę
Komentarze użytkowników (0)