Imported Upstream version 0.165
[platform/upstream/elfutils.git] / libasm / asm_addstrz.c
index 87663f3..26e06bb 100644 (file)
 
 /* Add zero terminated string STR of size LEN to (sub)section ASMSCN.  */
 int
-asm_addstrz (asmscn, str, len)
-     AsmScn_t *asmscn;
-     const char *str;
-     size_t len;
+asm_addstrz (AsmScn_t *asmscn, const char *str, size_t len)
 {
   if (asmscn == NULL)
     return -1;