Exemplo n.º 1
0
/**
 * \ingroup simix_file_management
 *
 */
int simcall_file_close(smx_file_t fd, sg_host_t host)
{
  return simcall_BODY_file_close(fd, host);
}
Exemplo n.º 2
0
/**
 * \ingroup simix_file_management
 *
 */
int simcall_file_close(smx_file_t fd)
{
  return simcall_BODY_file_close(fd);
}