11 lines
137 B
C
11 lines
137 B
C
#ifndef INC_258_H
|
|
#define INC_258_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
int addDigits(int num);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif |