|
libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>Go to the source code of this file.
Functions | |
| int | explain_buffer_get_current_directory (explain_string_buffer_t *sb, char *data, size_t data_size) |
| int explain_buffer_get_current_directory | ( | explain_string_buffer_t * | sb, |
| char * | data, | ||
| size_t | data_size | ||
| ) |
The explain_buffer_get_current_directory function may be used to obtain the path of the current directory, printing errors as and when they are found.
| sb | The string buffer to print into. |
| data | The buffer to place the generated path into, once found |
| data_size | The siz eof the buffer, in bytes. |
Definition at line 234 of file get_current_directory.c.
1.7.6.1