scan two numbers example

This commit is contained in:
2025-06-17 13:26:59 +03:00
parent 76f38856ff
commit 2b78953677
3 changed files with 11 additions and 3 deletions

View File

@ -0,0 +1,8 @@
#ifndef SCANF_EXAMPLE_TWO_NUMBERS_H
#define SCANF_EXAMPLE_TWO_NUMBERS_H
#include <stdio.h>
int scan_two_numbers();
#endif