summaryrefslogtreecommitdiff
path: root/include/numbers.h
blob: 6eba30d49b07d6ae2773474be81d0bd15fd78340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __NUMBERS_H__
#define __NUMBERS_H__

#ifdef __cplusplus
extern "C" {
#endif
int char_to_number(char * st, int * valid);
#ifdef __cplusplus
}
#endif

#endif