This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
Othello/includes/utils.h
2022-11-20 23:54:52 +01:00

7 lines
130 B
C

#ifndef OTHELLO_UTILS_H
#define OTHELLO_UTILS_H 1
/* Transforme une lettre en majuscule */
void majuscule(char *lettre);
#endif