I'd like to know what I've done wrong when I tried to solve the functional equation below for any domain and codomain where $f$ exists and its derivate as well:
$f(x+c)=f(x)+ce^{x}$
$f(x+c)-f(x)=ce^{x}$
$\displaystyle\frac{f(x+c)-f(x)}{c}=e^{x}$
$lim_{c\rightarrow0}\displaystyle\frac{f(x+c)-f(x)}{c}=lim_{c\rightarrow0}e^{x}$
$df(x)/dx=e^{x}$
$f(x)=e^{x}$
but $e^{x+c}=(c+1)e^{x}$ doesn't hold, just take $c=1$ and $x=0$ then we have $e=2$ xD.