SimGrid
3.16
Versatile Simulation of Distributed Systems
|
#include "xbt/base.h"
Typedefs | |
typedef void(* | void_f_pvoid_t) (void *) |
typedef void *(* | pvoid_f_void_t) (void) |
typedef void *(* | pvoid_f_pvoid_t) (void *) |
typedef void(* | void_f_void_t) (void) |
typedef int(* | int_f_void_t) (void) |
typedef int(* | int_f_pvoid_t) (void *) |
typedef int(* | int_f_pvoid_pvoid_t) (void *, void *) |
typedef int(* | int_f_cpvoid_cpvoid_t) (const void *, const void *) |
typedef int(* | xbt_main_func_t) (int argc, char *argv[]) |
typedef int(* int_f_void_t) (void) |
typedef int(* int_f_pvoid_t) (void *) |