#include <stdio.h>
static int trace_fun(int argc, char *argv[])
{
for (int i = 0; i < 10; i++) {
}
for (int i = 0; i < 10; i++) {
}
return 0;
}
int main(int argc, char *argv[])
{
xbt_assert(argc > 2,
"Usage: %s platform_file deployment_file\n" "\tExample: %s msg_platform.xml msg_deployment.xml\n", argv[0], argv[0]);
unsigned int cursor;
char *variable;
if (host_variables){
}
}
if (link_variables){
}
}
if (nodes_type){
char *node_type;
}
}
if (edges_type){
char *edge_type;
}
}
return 0;
}