diff options
author | Pixel <> | 2001-03-07 00:41:50 +0000 |
---|---|---|
committer | Pixel <> | 2001-03-07 00:41:50 +0000 |
commit | 3aff7aaa9de61a5f3430bd86960c4f9c4b958786 (patch) | |
tree | e4f83c05031ccd816a2e8e8b3bf8d9a857484fbd /include/numbers.h | |
parent | cd61178eb1d3b9182f4fcb64cc8eee61971405a8 (diff) |
Version finale pour les algos.
Diffstat (limited to 'include/numbers.h')
-rw-r--r-- | include/numbers.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/numbers.h b/include/numbers.h index 6eba30d..692a5bb 100644 --- a/include/numbers.h +++ b/include/numbers.h @@ -4,9 +4,8 @@ #ifdef __cplusplus extern "C" { #endif -int char_to_number(char * st, int * valid); + int char_to_number(char *st, int *valid); #ifdef __cplusplus } #endif - -#endif
\ No newline at end of file +#endif |