Files
leetcode/include/solution/119.h
Jeffrey Hsu 7d45cb5978
Some checks failed
Gitea CTest Workflow / test (push) Failing after 3m20s
119 219 222
2026-03-09 19:58:49 +08:00

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