Standard C types, functions, constants, etc.
The standard C functions available here, such as snprintf() and time(), are provided by the firmware. Using these functions will not significantly increase the size of your app beyond what is needed to call the function. You may use other standard C functions not listed here, but be aware that not all will successfully be added to your app, and if they are added, your app's binary size will increase accordingly.
Standard formatting.
Standard locale functions.
Standard math functions.
Standard memory functions.
Standard C-string manipulation.
Standard system time functions.
16-bit unsigned integer number
32-bit unsigned integer number
Do you have questions about the Pebble SDK?
Do you need some help understanding something on this page?
You can either take advantage of our awesome developer community and check out the SDK Help forums, or you can send us a message through the website!