Bob 3: one iteration through a string

This commit is contained in:
Dmitry Kokorin 2016-02-22 00:13:25 +03:00
parent 454f754195
commit 40834ece6e
2 changed files with 20 additions and 35 deletions

View file

@ -1,8 +1,8 @@
#pragma once
#define EXERCISM_RUN_ALL_TESTS true
#define EXERCISM_RUN_ALL_TESTS
namespace bob
{
const char * hey(const char str[]);
const char * hey(const char input[]);
}