home: hub: 9ficl

ref: 893452dfa012ebff43e5358688ee9adccc09c929
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;
}