* @brief Set the Type object * * @param Val * @param Type * @return void */
| 1389 | * @return void |
| 1390 | */ |
| 1391 | void |
| 1392 | SetType(unsigned long long * Val, unsigned char Type) |
| 1393 | { |
| 1394 | *Val = (unsigned long long int)Type; |
| 1395 | } |
| 1396 | |
| 1397 | /** |
| 1398 | * @brief Converts an decimal string to a integer |
no outgoing calls
no test coverage detected