scan two numbers example
This commit is contained in:
8
c-basic/scanf_example_two_numbers.h
Normal file
8
c-basic/scanf_example_two_numbers.h
Normal 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
|
Reference in New Issue
Block a user