home: hub: 9ficl

ref: 02d8a04183f0a6d7c09bc619d17c18b207a6cfed
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;
}