9 lines
125 B
C
9 lines
125 B
C
#ifndef SCANF_EXAMPLE_TWO_NUMBERS_H
|
|
#define SCANF_EXAMPLE_TWO_NUMBERS_H
|
|
|
|
#include <stdio.h>
|
|
|
|
int scan_two_numbers();
|
|
|
|
#endif
|