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
int strwrap(char *s, int w, char ***line_ret, int **len_ret)
Definition: line_wrapping.c:60