|
HPCToolkit
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>
Go to the source code of this file.
Functions | |
| int | strwrap (char *s, int w, char ***line_ret, int **len_ret) |
| int strwrap | ( | char * | s, |
| int | w, | ||
| char *** | line_ret, | ||
| int ** | len_ret | ||
| ) |
Definition at line 60 of file line_wrapping.c.

