Skip to content

Instantly share code, notes, and snippets.

@jonm
Created October 4, 2015 02:08
Show Gist options
  • Save jonm/dd98e29855c9c5143fb4 to your computer and use it in GitHub Desktop.
Save jonm/dd98e29855c9c5143fb4 to your computer and use it in GitHub Desktop.
definition of the `log_msg()` function
void log_msg (char *s) { log_sev(s, 1); } /*thought this was a prototype - heheh */
/* This is an excerpt from a DikuMUD-derived codebase. DikuMUD was created by Sebastian Hammer, Michael Seifert</a>,
Hans Henrik Stærfeldt, Tom Madsen, and Katja Nyboe. This code is subject to the DikuMud License, as found at
https://github.com/jonm/SillyMUD/blob/43344e6dc864de7518c2fc0dbf7b7cf14f5924a2/doc/license.doc
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment