File: finalcif.h

package info (click to toggle)
finalcif 154%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 53,284 kB
  • sloc: fortran: 148,126; python: 50,133; cpp: 67; sh: 51; makefile: 22
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#pragma once

std::string getParentDirectory(const std::string& filePath);

std::string to_utf8(const std::wstring& wstr);