Library stdint support on Psoc5lp

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Does Psoc 5lp Support the library stdint.h? I want to have 64 bit variable and data type double.

   

Thank you..

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

You can use (u)int64 and double without any changes.

   

 

   

Bob

0 Likes