index
:
exercism
this commit
master
My solutions for Exercism exercises
Andinus <andinus@nand.sh>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
c
/
acronym
/
src
/
acronym.h
blob: 02eaeea21d3890f09ff32c6c8ec86eec12e0f9d1 (
plain
) (
blame
)
1
2
3
4
5
6
#ifndef ACRONYM_H
#define ACRONYM_H
char
*
abbreviate
(
const
char
*
phrase
);
#endif