Movatterモバイル変換


[0]ホーム

URL:


strim
Prev String Manipulation Next

Name

strim — Removes leading and trailing whitespace froms.

Synopsis

char *strim(char *s);
 

Arguments

char * s

The string to be stripped.

Description

Note that the first trailing whitespace is replaced with aNUL-terminator in the given strings. Returns a pointer to the first non-whitespace character ins.


Prev Up Next
skip_spaces Home strlen

[8]ページ先頭

©2009-2025 Movatter.jp