aboutsummaryrefslogblamecommitdiffstats
path: root/libaxl_get_decnet_object.c
blob: a744fd2845b6eeef79c2733eb31df4b95e509f80 (plain) (tree)
1
2
3
4
5
6
7
8







                                                             
/* See LICENSE file for copyright and license details. */
#include "common.h"

int
libaxl_get_decnet_object(char *buf, size_t size, int display)
{
	return snprintf(buf, size, "X$X%i", display);
}