#include "newmail.h"
Go to the source code of this file.
Functions | |
| char * | nm_chomp (char *ln) |
| Remove all newline and carriage return characters from the end of the string. | |
| char * | nm_specials (const char *format) |
| Replace all special characters like "%h" by their respective meanings. | |
| char * | nm_strdup (const char *s) |
| Like libc's strdup() but uses nm_malloc() for memory allocation. | |
| void | nm_error (enum nm_error en, const char *exp) |
| Set the current error condition to the given values. | |
Definition in file util.h.
|
|
Remove all newline and carriage return characters from the end of the string.
|
|
||||||||||||
|
Set the current error condition to the given values.
|
|
|
Replace all special characters like "%h" by their respective meanings.
|
|
|
Like libc's strdup() but uses nm_malloc() for memory allocation.
|
1.2.18