diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-14 21:57:08 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-14 21:57:08 -0600 |
| commit | c687bfe6008bc7a2870e676873c87cd733ebc444 (patch) | |
| tree | e1c9728273b38a1fb8891d3402534607ab380a9b /words.h | |
| parent | fd9bfc42af1ae0a070558524d7e384eede8d9083 (diff) | |
Add test using mocks
Diffstat (limited to 'words.h')
| -rw-r--r-- | words.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ int split_words(char *sentence); +void words(const char *sentence, void (*callback)(const char *, void *), void *memo); |
