Skip to content

Commit

Permalink
vhpidirect(arrays/intvector/vhdlsized): include stdio
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor authored and eine committed May 21, 2020
1 parent 1d28b67 commit 4dec2d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vhpidirect/arrays/intvector/vhdlsized/caux.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <assert.h>
#include <malloc.h>
#include <stdio.h>
#include <stddef.h>

int* allocIntArr(int arrSize){
Expand Down

0 comments on commit 4dec2d8

Please sign in to comment.