Pelles C forum

Pelles C => Bug reports => Topic started by: Romashka on October 10, 2010, 09:23:56 PM

Title: Function arguments hints don't match help pages
Post by: Romashka on October 10, 2010, 09:23:56 PM
The hints that IDE provides for functions do not match the description on the relevant help pages.
For example, when typing memcpy( it shows "void * memcpy(void * restrict s1, const void * restrict s2, size_t n)
which is not clear on the fact that s1 is the destination and s2 is the source.
Help page for memcpy says void * memcpy(void * restrict dst, const void * restrict src, size_t num) which is much better.
Can we please have hints that match the definition from the help?
Title: Re: Function arguments hints don't match help pages
Post by: Pelle on October 11, 2010, 03:08:21 PM
Apparently you have much more spare time than me, so please go ahead and update the protos.tag SQLite database yourself...