cc [ flag ... ] file ... -lcdk [ library ... ]
#include <cdk.h>
| Strip_Type | Result |
| vFRONT |
This tells the function to remove
all of the white space from the
front of the given string.
|
| vBACK |
This tells the function to remove
all of the white space from the
back of the given string.
|
| vBOTH |
This tells the function to remove
all of the white space from both
the front and the back of the given string.
|