Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches
acronym.h
1#ifndef ACRONYM_H
2#define ACRONYM_H
3
4char *abbreviate(const char *phrase);
5
6#endif