char* Some simple functions for string operations.::strRemoveSuffix

(char* filename,
  char c='.')

Returns a fresh copy of the name of a file without suffix.

Documentation

Returns a fresh copy of the name of a file without suffix. (Trailing chars after c) You have to free the memory!

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.