mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
Initial Import
This commit is contained in:
10
config/ptr_size.c
Normal file
10
config/ptr_size.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
printf("%i\n",sizeof(void*));
|
||||
return(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user