Initial commit from DCSP - 2026/1/15 15:11:58
This commit is contained in:
8
lib/libconvert.h
Normal file
8
lib/libconvert.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _LIB_CONVERT_H_
|
||||
#define _LIB_CONVERT_H_
|
||||
|
||||
#include <arpa/inet.h>//linux下大小端转换
|
||||
|
||||
float convert_endian(float x);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user