18 lines
236 B
C
18 lines
236 B
C
//
|
|
// Created by gint on 2025/7/7.
|
|
//
|
|
|
|
#ifndef INC_1353_H
|
|
#define INC_1353_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
int maxEvents(int **events, int eventsSize, int *eventsColSize);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif // INC_1353_H
|