LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

scan with unsigned long long

Hello,

 

I want to use the Scan function with an unsigned long long, but i don't found the format modifier to used to this type.

With sscanf, it's OK :

 

	char rdBuf[1024];
	unsigned long long frequency=0;

	sprintf(rdBuf, "33500000000000");
	
	sscanf(rdBuf, "%llu", &frequency);

 

Thanks

Vincent

0 Kudos
Message 1 of 1
(2,429 Views)