|  | t.cpp File Reference#include <stdio.h>Include dependency graph for t.cpp:  Go to the source code of this file. 
 Function Documentation
 File ......... t.cpp Published .... 2005-06-14 Author ....... grymse@alhem.net Definition at line 27 of file t.cpp. 00028 { 00029 char *str = "\05"; 00030 printf("%d\n", *str); 00031 size_t x = (size_t)-1; 00032 printf("%u\n", x); 00033 } 
 
 | |||||||||||||||||||
 1.4.4
 1.4.4