close function

void close(
  1. int fd
)

Implementation

void close(int fd) => platform.close(fd);