GURPS Espionage

GURPS Espionage is a sourcebook for the GURPS RPG.

GURPS Espionage
Cover
Designer(s)Michael Hurst and Thomas M. Kane
Publisher(s)Steve Jackson Games
System(s)GURPS

Contents

Publication history

Reception

Reviews

White Wolf #36.

gollark: Hmm, I should set it to *not* use zero but instead, say, 4?
gollark: This may be one of the highest-performance `malloc` implementations available.
gollark: ```c#include <stdint.h>#include <stddef.h>static uintptr_t MEMPOS = 1;void* malloc(size_t size) { uintptr_t bees = MEMPOS; MEMPOS += size; return (void*)bees;}void free(void* ptr) { *(char**)ptr = "hello please do not use this address";}```
gollark: I prefer my malloc implementation.
gollark: discord.bash when?

References


    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.