Rev 3846 | Rev 3912 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3846 | Rev 3886 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | #include <string.h> |
41 | #include <string.h> |
42 | #include <unistd.h> |
42 | #include <unistd.h> |
43 | 43 | ||
44 | #include <ipc/ipc.h> |
44 | #include <ipc/ipc.h> |
45 | 45 | ||
46 | #include "err.h" |
46 | #include "../err.h" |
- | 47 | #include "../modules.h" |
|
- | 48 | ||
47 | #include "measured_strings.h" |
49 | #include "measured_strings.h" |
48 | #include "modules.h" |
- | |
49 | 50 | ||
50 | /** Computes the lengths of the measured strings in the given array. |
51 | /** Computes the lengths of the measured strings in the given array. |
51 | * @param strings The measured strings array to be processed. Input parameter. |
52 | * @param strings The measured strings array to be processed. Input parameter. |
52 | * @param count The measured strings array size. Input parameter. |
53 | * @param count The measured strings array size. Input parameter. |
53 | * @returns The computed sizes array. |
54 | * @returns The computed sizes array. |