Files
lsort/include/lsort.h

6 lines
63 B
C
Raw Normal View History

2026-05-04 18:18:55 -05:00
#ifndef LSORT_H
#define LSORT_H
int add(int x, int y);
#endif