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