mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-23 07:46:22 +00:00
8 lines
118 B
C
8 lines
118 B
C
#include "libcompat.h"
|
|
|
|
unsigned int alarm(unsigned int seconds CK_ATTRIBUTE_UNUSED)
|
|
{
|
|
assert(0);
|
|
return 0;
|
|
}
|