mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 19:40:19 +00:00
7 lines
108 B
C
7 lines
108 B
C
#ifndef GAUSS_H
|
|
#define GAUSS_H GAUSS_h
|
|
|
|
extern int gauss_get_sum (int min, int max);
|
|
|
|
#endif /* GAUSS_H */
|