#include char * _strinc(const char *str) { return (char *)(++str); }