mirror of
https://github.com/TheAlgorithms/C
synced 2025-02-07 17:24:11 +03:00
7 lines
83 B
C
7 lines
83 B
C
![]() |
#ifndef ACRONYM_H
|
||
|
#define ACRONYM_H
|
||
|
|
||
|
char *abbreviate(const char *phrase);
|
||
|
|
||
|
#endif
|