mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
7 lines
114 B
C
7 lines
114 B
C
|
|
#ifndef _SCRYPT_PLATFORM_H_
|
||
|
|
#define _SCRYPT_PLATFORM_H_
|
||
|
|
|
||
|
|
#include "platform.h"
|
||
|
|
|
||
|
|
#endif /* !_SCRYPT_PLATFORM_H_ */
|