- Added a SICS to Hipadaba adapter
- Added a separate polling module to SICS
This commit is contained in:
@ -93,4 +93,10 @@ typedef struct _TokenEntry {
|
||||
If prepend is not NULL, its contents appear untreated before the args.
|
||||
A space is used as separator.
|
||||
!*/
|
||||
char *sicsNextNumber(char *pStart, char pNumber[80]);
|
||||
/*!
|
||||
This function reads the next number from the string in pStart.
|
||||
The number is put into pNumber, a pointer to the string after
|
||||
the number is returned or NULL whne the string is exhausted.
|
||||
!*/
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user