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
Minor adjustments to MD files
[libmodbus.git]
/
docs
/
modbus_free.md
blob
816f8d30626d2ed26b689d19c4cfdd5e82a020da
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.