home: hub: 9ficl

ref: 21ff71289f6005d417e2c8be3170fc1ab557d459
dir: /unix.c/

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

#include "ficl.h"



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




void ficlCompilePlatform(FICL_DICT *dp)
{
    return;
}