Meaning UL and ULL in Code Generation?
17 views (last 30 days)
Show older comments
Hello,
I'm generating code using Embedded Coder. What do the suffix UL and ULL after a number mean? For example 0UL or 3454ULL.
0 Comments
Answers (1)
Chidvi Modala
on 6 Jul 2020
The data types that are generated depend on the target platform and compiler. UL here stands for unsigned long datatype and ULL stands for unsigned long long datatype.
0 Comments
See Also
Categories
Find more on Deployment, Integration, and Supported Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!