TheAlgorithms-C/exercism/acronym/acronym.h

7 lines
83 B
C
Raw Normal View History

2018-01-25 05:24:43 +08:00
#ifndef ACRONYM_H
#define ACRONYM_H
char *abbreviate(const char *phrase);
#endif