123456789101112131415161718192021222324 |
- #ifndef RTW_HEADER_BINARYSEARCH_U16_h_
- #define RTW_HEADER_BINARYSEARCH_U16_h_
- #include "rtwtypes.h"
- void BINARYSEARCH_U16(uint32_T *piLeft, uint32_T *piRght, uint16_T u, const
- uint16_T *pData, uint32_T iHi);
- #endif
|