D Documentation  
scanf
int vscanf(char[] fmt, va_list args);
int scanf(char[] format, ...);


Scan a string from the input using a similar form to C's scanf.
Created using PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.