Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created July 6, 2013 20:05
Show Gist options
  • Save Fhernd/5941097 to your computer and use it in GitHub Desktop.
Save Fhernd/5941097 to your computer and use it in GitHub Desktop.
Estructura para mostrar el espacio que ocupan tipos de datos por valor.
struct A
{
byte b; // 1 bytes
long l; // 8 bytes
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment