Skip to content

Instantly share code, notes, and snippets.

Created April 20, 2017 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ead1ff0f139a553f97f8c172824cdae6 to your computer and use it in GitHub Desktop.
Save anonymous/ead1ff0f139a553f97f8c172824cdae6 to your computer and use it in GitHub Desktop.
struct sharedMemory
{
int ulaz;
int izlaz;
int kraj;
int m[5];
semget(IPC_PRIVATE, 3, 0600);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment