MAGMA  1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
sizeptr.c File Reference
#include <stdio.h>
Include dependency graph for sizeptr.c:

Go to the source code of this file.

Functions

int main ()

Function Documentation

int main ( )

Definition at line 3 of file sizeptr.c.

{
int size = sizeof(void*);
printf("%d", size);
return 0;
}