Files
lsort/include/lsort.h
2026-05-04 18:18:55 -05:00

6 lines
63 B
C

#ifndef LSORT_H
#define LSORT_H
int add(int x, int y);
#endif