home: hub: 9ficl

ref: 25cb3c9b645d3b3e1a74a7a931df4602ff014c69
dir: /unix.c/

View raw version
#include <string.h>
#include <netinet/in.h>

#include "ficl.h"



unsigned long ficlNtohl(unsigned long number)
{
    return ntohl(number);
}




void ficlCompilePlatform(FICL_DICT *dp)
{
    return;
}