mirror of
https://github.com/bettse/seader.git
synced 2026-07-12 11:38:52 +00:00
7 lines
131 B
C
7 lines
131 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include <stddef.h>
|
|
|
|
bool seader_size_multiply_checked(size_t count, size_t size, size_t* out);
|