Skip to content

nkapliev/sscanf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sscanf

Assembler realization of C sscanf function
http://www.cplusplus.com/reference/cstdio/sscanf/

#####Signature:
int sscanf_asm(const char * from, const char * format[, list of destinations])

#####Available formats:

  • %i - integer positive/negative number
  • %x - integer hex number
  • %s - string

#####Example:
Look in test.c file

#####Dependencies yasm: http://yasm.tortall.net/

About

Assembler realization of C sscanf function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published