summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30134-Issue_3357.cpp
blob: 83dcc29ace86fb0bf74930b45ab30442c8fc771e (plain)
1
2
3
4
5
6
7
/**
 * @param[out]    dest The memory area to copy to.
 * @param[in]     src  The memory area to copy from.
 * @param[in]     n    The number of bytes to copy
 * @param[in,out] t    The Test
 */
void memcpy(void *dest, const void *src, size_t n);