Create a new plist_t type PLIST_INT with an unsigned integer value.
- Parameters
-
| val | the unsigned integer value |
- Returns
- the created item
- See also
- plist_type
- Note
- The value is always stored as uint64_t internally. Use plist_get_uint_val or plist_get_int_val to get the unsigned or signed value.