-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathutil.h
More file actions
17 lines (15 loc) · 975 Bytes
/
util.h
File metadata and controls
17 lines (15 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
///////////////////////////////////////////////////////////////////////////////
/// ///
/// Universidade Federal do Rio Grande do Norte ///
/// Centro de Ensino Superior do Seridó ///
/// Departamento de Computação e Tecnologia ///
/// Disciplina DCT1106 -- Programação ///
/// Projeto Sistema de Controle de Estoque ///
/// Developed by @ana678 and @daviddevolin - Out, 2021 ///
/// ///
///////////////////////////////////////////////////////////////////////////////
/////
// Assinatura das funções util.c
void cpftoi(char str[],int *v, int tamArray);
void transformUpper(char s1[], char s2[]);
char* pegarDoisUltimos(char string[]);