Changeset 121 for trunk/hal/generic/hal_remote.h
- Timestamp:
- Jul 3, 2017, 2:17:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_remote.h
r95 r121 174 174 uint32_t size ); 175 175 176 /***************************************************************************************** 177 * This function makes a copy from a source character string to another destination 178 * character string, including the NUL terminating character. 179 ***************************************************************************************** 180 * @ dst : extended pointer to destination char array. 181 * @ src : extended pointer to source char array. 182 ****************************************************************************************/ 183 void hal_remote_strcpy( xptr_t dst, 184 xptr_t src ); 185 176 186 #endif /* _HAL_REMOTE_H_ */
Note: See TracChangeset
for help on using the changeset viewer.