#include <cstring>
#include <climits>
#include "vtkio.h"
#include "util.h"
#include "geometry.h"
#include "portable_fileio.h"
Include dependency graph for vtkio.cpp:
Go to the source code of this file.
Functions | |
int | samestr (const char *s1, const char *s2) |
|
Definition at line 75 of file vtkio.cpp. Referenced by EMAN::VtkIO::read_dataset(). 00076 {
00077 return (strncmp(s1, s2, strlen(s2)) == 0);
00078 }
|