File: crypto_sort_uint32.h

package info (click to toggle)
tinyssh 20230101-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,244 kB
  • sloc: ansic: 12,106; sh: 1,168; python: 479; makefile: 42
file content (10 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#ifndef crypto_sort_uint32_H
#define crypto_sort_uint32_H

extern void crypto_sort_uint32_tinyssh(void *, long long);

#define crypto_sort_uint32 crypto_sort_uint32_tinyssh
#define crypto_sort_uint32_IMPLEMENTATION "tinyssh"
#define crypto_sort_uint32_VERSION "-"

#endif