radare2/libr/var
pancake b37ec4f0b1 * Added 'mk/stat' tools
- Perform statistics about XXX and TODOs
* Change signature of r_debug_mmu_
* Added io->cached_reads
* RAPIfy the r_lang
* Reviewing of the r_lib API
  - Write the vapi file
  - Check for null mallocs
* Fix build of r_reg
2009-09-17 11:48:36 +02:00
..
Makefile * Initial pseudo-working implementation of r_var API 2009-02-13 15:25:15 -08:00
README * Added 'mk/stat' tools 2009-09-17 11:48:36 +02:00
var.c * Change the name of some types 2009-07-08 13:49:55 +02:00

  API for accessing and analyzing variables
  =========================================

Describes variable types:

  int, float, byte, char, ...
  size of array of elements (optional)
  local/global
  ...

This API has been stolen from the r1 API.