|
|
1.1 ! root 1: #include "decl.h" ! 2: ! 3: listimplement(String) ! 4: listimplement(mel) ! 5: listimplement(Path) ! 6: ! 7: // temporary mkdir and rmdir routines ! 8: ! 9: int ! 10: mkdir (const String& s, int mode) ! 11: { ! 12: charstr cp = s; ! 13: return mkdir(cp, mode); ! 14: } ! 15: ! 16: int ! 17: rmdir (const String& s) ! 18: { ! 19: charstr cp = s; ! 20: return rmdir(cp); ! 21: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.