+/*
+This file is part of libmsppath
+Copyright © 2006 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
#include <msp/strutils.h>
#include "path.h"
+/*
+This file is part of libmsppath
+Copyright © 2006 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
#ifndef MSP_PATH_PATH_H_
#define MSP_PATH_PATH_H_
+/*
+This file is part of libmsppath
+Copyright © 2006 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
#include <dirent.h>
#include <sys/stat.h>
#include <errno.h>
+/*
+This file is part of libmsppath
+Copyright © 2006 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
#ifndef MSP_PATH_UTILS_H_
#define MSP_PATH_UTILS_H_