Browse Source

Removed a wide character library that wasn't needed in the ffi c test.

develop
Drew Short 8 years ago
parent
commit
62b1429994
  1. 1
      FFI-tests/ffi_test.c

1
FFI-tests/ffi_test.c

@ -3,7 +3,6 @@
#include <stdint.h>
#include <dlfcn.h>
#include <string.h>
#include <wchar.h>
/* function declaration */
void print_ustr_bytes(const char []);

Loading…
Cancel
Save