mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 17:46:16 +02:00
bees: remove local cruft, throw at github
This commit is contained in:
13
include/crucible/path.h
Normal file
13
include/crucible/path.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef CRUCIBLE_PATH_H
|
||||
#define CRUCIBLE_PATH_H
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace crucible {
|
||||
using namespace std;
|
||||
|
||||
string basename(string s);
|
||||
string join(string dir, string base);
|
||||
};
|
||||
|
||||
#endif // CRUCIBLE_PATH_H
|
Reference in New Issue
Block a user