Explorar el Código

OpenBSD doesn't have stdint.h. It'd be great if they would implement basic c99

library support some day...
master
Richard Nyberg hace 18 años
padre
commit
ff3f222885
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      misc/hashtable.c

+ 1
- 1
misc/hashtable.c Ver fichero

@@ -1,5 +1,5 @@
#include <stdlib.h>
#include <stdint.h>
#include <inttypes.h>

#include "hashtable.h"



Cargando…
Cancelar
Guardar