Revert "Fixes float encoding/decoding for both big and little endian (fixes #665...
[libmodbus.git] / docs / modbus_free.md
blob632401d1abcf8a08f078a7d20760ce12f73a5376
1 # modbus_free
3 ## Name
5 modbus_free - free a libmodbus context
7 ## Synopsis
9 ```c
10 void modbus_free(modbus_t *ctx);
11 ```
13 ## Description
15 The *modbus_free()* function shall free an allocated *modbus_t* structure.
17 ## Return value
19 There is no return values.