Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Are you doing that to share data between programs? If that's why you're doing it, there are better and safer ways to share memory. I've never used these functions myself, but I saw them used in a project I was on... Check out these functions: shmat(), shmdt(), shmget(), shmctl()...vsunh said:We have many programs running on our system in which we dedicate memory addresses for different variables e.g # define var1 7000, #define var2 7200 etc