home: hub: 9ficl

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