Files

10 lines
184 B
C
Raw Permalink Normal View History

2024-05-07 18:09:20 +08:00
#include "err.h"
#include "bio.h"
////////////ERR_put_error/////////////////////////////////////
void ERR_put_error(int lib, int func, int reason, const char *file, int line)
{
;
}