]> Dogcows Code - chaz/rasterize/blobdiff - common.cc
begin work on ray tracer project
[chaz/rasterize] / common.cc
similarity index 95%
rename from common.c
rename to common.cc
index 2e3f6e2dc0edbe6beca300202b1f2d22832558c7..edf45f1dae9d15765ca1cbd7fefeae4c184081b7 100644 (file)
--- a/common.c
+++ b/common.cc
@@ -5,15 +5,15 @@
  * mcgarvey@eng.utah.edu
  */
 
-#include <assert.h>
+#include <cassert>
 #include <ctype.h>
-#include <errno.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
+#include <cerrno>
+#include <cstdio>
+#include <cstdlib>
+#include <cstring>
 #include <sys/time.h>
 
-#include "common.h"
+#include "common.hh"
 
 
 static void* (*_mem_fn)(void*, size_t) = NULL;
This page took 0.031251 seconds and 4 git commands to generate.