SVR4 names don't have underscores, according to the ABI.
[deliverable/binutils-gdb.git] / gdb / gdbcore.h
index 991ce64ebdb44e9bb8ac78dff09738bcab3f035b..0be67bbaa25da570d97705c60ddfe99fd8d2f3b0 100644 (file)
@@ -45,6 +45,12 @@ void read_memory ();
 /* Read an integer from debugged memory, given address and number of bytes.  */
 long read_memory_integer ();
 
+void write_memory (
+#ifdef __STDC__
+                  CORE_ADDR, char *, int
+#endif
+                  );
+
 /* Hook for `exec_file_command' command to call.  */
 
 extern void (*exec_file_display_hook) ();
This page took 0.027756 seconds and 4 git commands to generate.