6 lines
63 B
C
6 lines
63 B
C
#ifndef LSORT_H
|
|
#define LSORT_H
|
|
|
|
int add(int x, int y);
|
|
|
|
#endif |