dev_close
Declaration
int dev_close(int fd)
Parameter Description
Parameter |
Type |
Description |
|---|---|---|
fd |
int |
Device file descriptor |
Function Description
Closes a device and deletes device information based on the fd value.
Parent topic: API Reference