File: testcrypt.h

package info (click to toggle)
python-auditwheel 5.3.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 816 kB
  • sloc: python: 4,270; ansic: 205; cpp: 58; makefile: 20; f90: 12
file content (4 lines) | stat: -rw-r--r-- 67 bytes parent folder | download
1
2
3
4
#pragma once
#include <string>

std::string crypt_something(void);