Skip to content

Instantly share code, notes, and snippets.

View raphaelnapi's full-sized avatar

Raphael Viana raphaelnapi

View GitHub Profile
//Header para manipulação de Strings em C
//por Raphael Pina Viana
//funções:
//char* upper(char* str)
//char* lower(char* str)
//int mestoi(char* mes)
//char* itomes(int i)
//char* replace(char* str, char* oldc, char* newc)
//int splitcount(char* string, char* separator)