#ifndef _PDT_UTILS_H_
#define _PDT_UTILS_H_

#include "../../str.h"

int scmp(str* s1, str* s2);

#endif


syntax highlighted by Code2HTML, v. 0.9.1