c-course/c-basic/scanf_example_two_numbers.h

9 lines
125 B
C
Raw Normal View History

2025-06-17 13:26:59 +03:00
#ifndef SCANF_EXAMPLE_TWO_NUMBERS_H
#define SCANF_EXAMPLE_TWO_NUMBERS_H
#include <stdio.h>
int scan_two_numbers();
#endif