Revision d41be49591697caacfdad5e0f7d7c62ecf3de846 authored by Étienne Mollier on 16 June 2021, 18:48:17 UTC, committed by Étienne Mollier on 16 June 2021, 18:48:17 UTC
using uint64_t should probably be both more concise and less ambiguous
than any of size_t or unsigned long long.
1 parent 8605752
Raw File
SignalHandler.h
#ifndef SIGNALHANDLER_H
#define SIGNALHANDLER_H 1

void signalInit();

#endif
back to top