ppr/include/ppr.h

15 lines
208 B
C
Raw Permalink Normal View History

2026-04-12 23:06:29 +09:00
#ifndef __PPR_H__
#define __PPR_H__
#include <ppr_base.h>
/* hash */
#include <ppr_sha256.h>
#include <ppr_md5.h>
#include <ppr_blake2s.h>
/* misc */
#include <ppr_url.h>
#include <ppr_wildcard.h>
#endif