Files
bshell/bshell.core/cmdlets/format-table.c
T

9 lines
173 B
C
Raw Normal View History

#include <bshell/status.h>
2026-05-24 20:22:19 +01:00
#include <fx/object.h>
#include <fx/stream.h>
enum bshell_status do_format_table(fx_object *object, fx_stream *dest)
{
return BSHELL_SUCCESS;
}