summary refs log blame commit diff stats
path: root/c/acronym/src/acronym.h
blob: 02eaeea21d3890f09ff32c6c8ec86eec12e0f9d1 (plain) (tree)
1
2
3
4
5
6





                                     
#ifndef ACRONYM_H
#define ACRONYM_H

char *abbreviate(const char *phrase);

#endif