#include <stdio.h>
#include <dirent.h>
Go to the source code of this file.
Compounds | |
struct | VMDDIR |
Unix directory traversal handle. More... | |
Functions | |
VMDDIR * | vmd_opendir (const char *) |
char * | vmd_readdir (VMDDIR *) |
void | vmd_closedir (VMDDIR *) |
int | vmd_file_is_executable (const char *filename) |
|
|
|
Definition at line 131 of file VMDDir.C. Referenced by ss_from_dssp, and ss_from_stride. |
|
|
|
|