chiark / gitweb /
Source code reorganization:
[disorder] / lib / snprintf.c
index f16b047603394a25a9020ba2d9b075dfd1c0d84d..f738bed275443e1783ba0440e8e61f5b3d28a302 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder
- * Copyright (C) 2004 Richard Kettlewell
+ * Copyright (C) 2004, 2007, 2008 Richard Kettlewell
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 #define NO_MEMORY_ALLOCATION
 /* because used from log.c */
 
-#include <config.h>
-#include "types.h"
+#include "common.h"
 
-#include <stdio.h>
-#include <string.h>
 #include <stdarg.h>
 #include <stddef.h>
 
@@ -94,4 +91,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:4f73357e08ed449f25b5b2c5a6b9ada8 */