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 File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Functions

void main ()


Function Documentation

void main void   
 

Definition at line 6 of file ulltest.cpp.

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 }


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