]>
Git Repo - binutils.git/blobdiff - gas/sb.c
#include "config.h"
#include <stdio.h>
+#ifdef HAVE_STRING_H
#include <string.h>
+#else
+#include <strings.h>
+#endif
#include "libiberty.h"
#include "sb.h"
This page took 0.021507 seconds and 4 git commands to generate.