Rev 4271 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4271 | Rev 4307 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | */ |
36 | */ |
| 37 | 37 | ||
| 38 | #ifndef __MEASURED_STRINGS_H__ |
38 | #ifndef __MEASURED_STRINGS_H__ |
| 39 | #define __MEASURED_STRINGS_H__ |
39 | #define __MEASURED_STRINGS_H__ |
| 40 | 40 | ||
| - | 41 | #include <sys/types.h> |
|
| - | 42 | ||
| 41 | /** Type definition of the character string with measured length. |
43 | /** Type definition of the character string with measured length. |
| 42 | * @see measured_string |
44 | * @see measured_string |
| 43 | */ |
45 | */ |
| 44 | typedef struct measured_string measured_string_t; |
46 | typedef struct measured_string measured_string_t; |
| 45 | 47 | ||