15 lines
231 B
C
15 lines
231 B
C
// This file is generated by mkfile.py
|
|
// Date: 2026-03-09
|
|
|
|
#ifndef INC_119_H
|
|
#define INC_119_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
int *getRow(int rowIndex, int *returnSize);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif // INC_119_H
|