RNAlib-2.3.1
|
Several utilities for file handling. More...
Go to the source code of this file.
Functions | |
void | vrna_file_copy (FILE *from, FILE *to) |
Inefficient `cp'. | |
char * | vrna_read_line (FILE *fp) |
Read a line of arbitrary length from a stream. More... | |
int | vrna_mkdir_p (const char *path) |
Recursivly create a directory tree. | |
char * | vrna_basename (const char *path) |
Extract the filename from a file path. | |
char * | vrna_dirname (const char *path) |
Extract the directory part of a file path. | |
Several utilities for file handling.