summaryrefslogtreecommitdiff
path: root/include/numbers.h
blob: ad3fc2bd05c5384c4e946a34824d8209570af74c (plain)
1
2
3
4
5
6
#ifndef __NUMBERS_H__
#define __NUMBERS_H__

int char_to_number(char * st, int * valid);

#endif