16 lines
248 B
C
16 lines
248 B
C
// This file is generated by mkfile.py
|
|
// Date: 2026-03-09
|
|
|
|
#ifndef INC_222_H
|
|
#define INC_222_H
|
|
#include "TreeNode.h"
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
int countNodes(struct TreeNode* root);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif // INC_222_H
|