mirror of
https://github.com/aap/librw.git
synced 2025-12-20 01:19:51 +00:00
switched all c++ includes to c
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "rwbase.h"
|
||||
#include "rwerror.h"
|
||||
|
||||
Reference in New Issue
Block a user