Here's a quick snippet of code that casts a little insight into a few data
sizes:
#include <stdio.h>
int main(int argc, char ** argv)
{
int i;
long int j;
void* v;
printf("%lu\n", sizeof(i));
printf("%lu\n", sizeof(j));
printf("%lu\n", sizeof(v));
}
Save the code in a file called sizeofdata.c and compile and run like so:
cc sizeofdata.c -o sizeofdata
./sizeofdata
Mark
On Thursday, October 10, 2013 4:47:58 AM UTC-4, 서재필 wrote:
>
> Hello bb familly,
>
> I have a simple question.
>
> I googled for a long time but i couldn't find bit size of Angstrom linux
> distribution.
>
> This information is really important for me so, I have to know that,
> but... I couldn't find it.
>
> So, is it 32 bit? or 64 bit??
>
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.