Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-close.c File Reference

(/usr/bin/git 2025-09-19, commit: 507e44b6)

Implementation of a mock function for close(). More...

#include "mock-close.h"
#include "unit_test.h"
Include dependency graph for mock-close.c:

Functions

int __wrap_close (int fd)
 

Detailed Description

Implementation of a mock function for close().

Function Documentation

◆ __wrap_close()

int __wrap_close ( int  fd)

Mock function for close().

Checks that the right parameters are given and return a preset pointer.