bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

some questions about "char *field_buffer(FIELD *field, int buf, const ch


From: jinhai zhang
Subject: some questions about "char *field_buffer(FIELD *field, int buf, const char *value)"
Date: Fri, 23 Apr 2010 13:30:47 +0800

Dear,
I have some questions about the function of below

char *field_buffer(FIELD *field,int buf, const  char *value);

The return type of this function is char *,why the length of it is fixed,for many blank space at the back.

How can i remove these blank space and then assign it to other char *;

Thanks.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]