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

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