Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4755 → Rev 4756

/branches/network/uspace/srv/net/structures/measured_strings.c
48,8 → 48,8
#include "measured_strings.h"
 
/** Computes the lengths of the measured strings in the given array.
* @param strings The measured strings array to be processed. Input parameter.
* @param count The measured strings array size. Input parameter.
* @param[in] strings The measured strings array to be processed.
* @param[in] count The measured strings array size.
* @returns The computed sizes array.
* @returns NULL if there is not enough memory left.
*/