blob: a744fd2845b6eeef79c2733eb31df4b95e509f80 (
plain) (
tree)
|
|
/* 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);
}
|