Prosoft-technology MVI69-ADM Manuel d'utilisateur Page 183

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 342
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 182
MVI-ADM 'C' Programmable Application Development Function Library - ADM API
'C' Programmable Application Development Module Developer's Guide
ProSoft Technology, Inc. Page 183 of 342
February 20, 2013
ADM_SkipToNext
Syntax
char* ADM_SkipToNextl(ADMHANDLE adm_handle, char *buff);
Parameters
adm_handle
Handle returned by previous call to ADM_Open
buff
pointer to string buffer
Description
ADM_SkipToNext skips characters encountered until white space is reached.
The white space is skipped. A pointer to the next non-white space character is
returned. If no character is found, null is returned.
adm_handle must be a valid handle returned from ADM_Open.
buff must be a pointer to a string buffer.
Return Value:
Pointer to char at start of next data.
NULL if no character found.
Example
ADMHANDLE adm_handle;
char *buffer;
buffer = ADM_SkipToNext(adm_handle, buffer);
Vue de la page 182
1 2 ... 178 179 180 181 182 183 184 185 186 187 188 ... 341 342

Commentaires sur ces manuels

Pas de commentaire