SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include <stdint.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include "xbt/misc.h"
#include "xbt/dynar.h"
#include "xbt/dict.h"
#include "simgrid_config.h"
Functions | |
ssize_t | xbt_getline (char **lineptr, size_t *n, FILE *stream) |
Get a single line from the stream (reimplementation of the GNU getline) More... | |
char * | xbt_dirname (const char *path) |
Returns the directory component of a path (reimplementation of POSIX dirname) More... | |
char * | xbt_basename (const char *path) |
Returns the file component of a path (reimplementation of POSIX basename) More... | |