C/Migemo 1.4
filename.c ファイル
#include "common.h"
#include <limits.h>
#include <string.h>
filename.c の依存先関係図:

関数

size_t filename_directory (char *dir, size_t cap, const char *path)
size_t filename_join (char *out, size_t cap, const char *dir, const char *file)

関数詳解

◆ filename_directory()

size_t filename_directory ( char * dir,
size_t cap,
const char * path )

◆ filename_join()

size_t filename_join ( char * out,
size_t cap,
const char * dir,
const char * file )