42sh 1.0.0
Create a shell in C
|
The file containing the my_round_float_str function. More...
#include "my.h"
Functions | |
void | my_round_float_str (char *float_nb, char last_char, int i, int enable) |
Modify a string (float) and round it. | |
The file containing the my_round_float_str function.
void my_round_float_str | ( | char * | float_nb, |
char | last_char, | ||
int | i, | ||
int | enable ) |
Modify a string (float) and round it.
float_nb | The float number to round |
last_char | The last character of the float number |
i | The index of the float number |
enable | The enable of the round |