Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Net/TFTP/ulltest.cpp

Go to the documentation of this file.
00001 #include <stdio.h>
00002 #include <stdlib.h>
00003 #include <string.h>
00004 
00005 
00006 void main()
00007 {
00008     unsigned long long int x =24;
00009     char* buf = new char[10];
00010     char* n = NULL;
00011     buf = ulltostr ( x, buf + 10);
00012     printf("%s\n",buf);
00013 }
00014 
00015     
00016 

Generated on Sun Oct 14 18:46:35 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001