17 lines
237 B
C
17 lines
237 B
C
// This file is generated by mkfile.py
|
|
// Date: 2025-12-05
|
|
|
|
#ifndef INC_1025_H
|
|
#define INC_1025_H
|
|
#include <stdbool.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
bool divisorGame(int n);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif // INC_1025_H
|