repo.or.cz
/
libmodbus.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fixes float encoding/decoding for both big and little endian (fixes #665...
[libmodbus.git]
/
docs
/
modbus_free.md
blob
632401d1abcf8a08f078a7d20760ce12f73a5376
1
# modbus_free
2
3
## Name
4
5
modbus_free - free a libmodbus context
6
7
## Synopsis
8
9
```c
10
void modbus_free(modbus_t *ctx);
11
```
12
13
## Description
14
15
The *modbus_free()* function shall free an allocated *modbus_t* structure.
16
17
## Return value
18
19
There is no return values.