TheAlgorithms-C/exercism/acronym/acronym.h
2018-01-24 22:24:43 +01:00

7 lines
83 B
C

#ifndef ACRONYM_H
#define ACRONYM_H
char *abbreviate(const char *phrase);
#endif