From c7e144f97810630d8ab4f396f299c6355fc93ba7 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sun, 10 May 2009 22:35:58 +0200 Subject: added missing files;change config for bug #374441 --- lib/ansi_c.nim | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ansi_c.nim') diff --git a/lib/ansi_c.nim b/lib/ansi_c.nim index 81abd2a3e..f307fb9ab 100644 --- a/lib/ansi_c.nim +++ b/lib/ansi_c.nim @@ -15,6 +15,7 @@ proc c_strcmp(a, b: CString): cint {.nodecl, importc: "strcmp".} proc c_memcmp(a, b: CString, size: cint): cint {.nodecl, importc: "memcmp".} proc c_memcpy(a, b: CString, size: cint) {.nodecl, importc: "memcpy".} proc c_strlen(a: CString): cint {.nodecl, importc: "strlen".} +proc c_memset(p: pointer, value: cint, size: int) {.nodecl, importc: "memset".} type C_TextFile {.importc: "FILE", nodecl, final.} = object # empty record for -- cgit 1.4.1-2-gfad0