HPCToolkit
line_wrapping.h
Go to the documentation of this file.
1
#ifndef __LINE_WRAPPING_H__
2
#define __LINE_WRAPPING_H__
3
4
int
strwrap
(
char
* s,
int
w,
char
*** line_ret,
int
** len_ret);
5
6
#endif
strwrap
int strwrap(char *s, int w, char ***line_ret, int **len_ret)
Definition:
line_wrapping.c:60
src
tool
hpcrun
utilities
line_wrapping.h
Generated by
1.8.13